Color Hex Logo

#a88145 Color Hex

#A88145
(168,129,69)
0 Favorites   0 Comments

Color spaces of #a88145

RGB 16812969
HSL0.100.420.46
HSV36°59°66°
CMYK 0.000.230.59   0.34
XYZ25.072924.45509.0290
Yxy24.45500.42820.4176
Hunter Lab49.45203.961223.7912
CIE-Lab56.54057.995737.8551

#a88145 color RGB value is (168,129,69).

#a88145 hex color red value is 168, green value is 129 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #a88145 hue: 0.10 , saturation: 0.42 and the lightness value of a88145 is 0.46.

The process color (four color CMYK) of #a88145 color hex is 0.00, 0.23, 0.59, 0.34. Web safe color of #a88145 is #999933. Color #a88145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 01000101
Octal 250 201 105
Decimal 168 129 69
Hex A8 81 45

RGB Percentages of Color #a88145

%45.90
%35.25
%18.85

CMYK Percentages of Color #a88145

%0
%23
%59
%34

Triadic Colors of #a88145

#a88145 #45a881 #8145a8

Analogous Colors of #a88145

#a88145 #9ea845 #a85045

Monochromatic Colors of #a88145

#a88145

Complementary Color

#a88145 #456ca8

#a88145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88145 Color CSS Codes

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

#a88145 Text Font Color

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

This sample text font color is #a88145
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.


#a88145 Background Color

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

This div background color is #a88145


#a88145 Border Color

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

This div border color is #a88145


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,129,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a88145; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a88145;
  -webkit-box-shadow: 1px 1px 3px 2px #a88145;
  box-shadow:         1px 1px 3px 2px #a88145; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,129,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88145


Comments

No comments written yet.

Please login to write comment.