Color Hex Logo

#a68948 Color Hex

#A68948
(166,137,72)
0 Favorites   0 Comments

Color spaces of #a68948

RGB 16613772
HSL0.120.390.47
HSV41°57°65°
CMYK 0.000.170.57   0.35
XYZ25.841226.46629.8774
Yxy26.46620.41560.4256
Hunter Lab51.4453-0.368024.6282
CIE-Lab58.47692.891538.5435

#a68948 color RGB value is (166,137,72).

#a68948 hex color red value is 166, green value is 137 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a68948 hue: 0.12 , saturation: 0.39 and the lightness value of a68948 is 0.47.

The process color (four color CMYK) of #a68948 color hex is 0.00, 0.17, 0.57, 0.35. Web safe color of #a68948 is #999933. Color #a68948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 01001000
Octal 246 211 110
Decimal 166 137 72
Hex A6 89 48

RGB Percentages of Color #a68948

%44.27
%36.53
%19.20

CMYK Percentages of Color #a68948

%0
%17
%57
%35

Triadic Colors of #a68948

#a68948 #48a689 #8948a6

Analogous Colors of #a68948

#a68948 #94a648 #a65a48

Monochromatic Colors of #a68948

#a68948

Complementary Color

#a68948 #4865a6

#a68948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68948 Color CSS Codes

.mybgcolor {background-color:#a68948; } 
.myforecolor {color:#a68948; }
.mybordercolor {border:3px solid #a68948; }

#a68948 Text Font Color

<p style="color:#a68948">Text here</p>

This sample text font color is #a68948
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a68948 Background Color

<div style="background-color:#a68948">
Div content here</div>

This div background color is #a68948


#a68948 Border Color

<div style="border:3px solid #a68948">
Div here</div>

This div border color is #a68948


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,137,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a68948; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a68948;
  -webkit-box-shadow: 1px 1px 3px 2px #a68948;
  box-shadow:         1px 1px 3px 2px #a68948; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,137,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a68948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a68948;
  -webkit-box-shadow: 1px 1px 3px 2px #a68948;
  box-shadow:         1px 1px 3px 2px #a68948;">
Div content here</div>

This div box has shadow with color #a68948


Comments

No comments written yet.

Please login to write comment.