Color Hex Logo

#a8763b Color Hex

#A8763B
(168,118,59)
0 Favorites   0 Comments

Color spaces of #a8763b

RGB 16811859
HSL0.090.480.45
HSV32°65°66°
CMYK 0.000.300.65   0.34
XYZ23.416321.59757.0722
Yxy21.59750.44960.4147
Hunter Lab46.47318.612423.5085
CIE-Lab53.597313.458039.6005

#a8763b color RGB value is (168,118,59).

#a8763b hex color red value is 168, green value is 118 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a8763b hue: 0.09 , saturation: 0.48 and the lightness value of a8763b is 0.45.

The process color (four color CMYK) of #a8763b color hex is 0.00, 0.30, 0.65, 0.34. Web safe color of #a8763b is #996633. Color #a8763b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 00111011
Octal 250 166 73
Decimal 168 118 59
Hex A8 76 3B

RGB Percentages of Color #a8763b

%48.70
%34.20
%17.10

CMYK Percentages of Color #a8763b

%0
%30
%65
%34

Triadic Colors of #a8763b

#a8763b #3ba876 #763ba8

Analogous Colors of #a8763b

#a8763b #a4a83b #a8403b

Monochromatic Colors of #a8763b

#a8763b

Complementary Color

#a8763b #3b6da8

#a8763b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8763b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8763b Color CSS Codes

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

#a8763b Text Font Color

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

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


#a8763b Background Color

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

This div background color is #a8763b


#a8763b Border Color

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

This div border color is #a8763b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8763b


Comments

No comments written yet.

Please login to write comment.