#A87104

Color #A87104 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A87104

Tints of Golden Brown #A87104

Color information

#A87104 (or 0xA87104) is unknown color: approx Golden Brown. HEX triplet: A8, 71 and 04. RGB value is (168,113,4). Sum of RGB (Red+Green+Blue) = 168+113+4=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A87104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87104 is #578EFB. Grayscale: #757575. Windows color (decimal): -5738236 or 291240. OLE color: 291240.

HSL color Cylindrical-coordinate representation of color #A87104: hue angle of 39.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A87104 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1681134-
CMYK00.330.980.34
HSL39.88º95.35%33.73%-
HSV(B)39.88º97.62%65.88%-
XYZ22.0820.142.84-
YUV117.0264.22164.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=58.95%
G=39.65%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168113400.330.980.3439.8895.3533.73
HexA87140216222285f22
Octal2501614041142425013742
Binary101010001110001100010000111000101000101010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87104; }

 p { color: rgb(168,113,4); }

 H1.HeaderClassName
 {
   color: #A87104;
 }
 .AnyTagClassName
 {
   color: #A87104;
 }
</style>
background-color css

<style>
 a { background-color: #A87104; }

 a { background-color: rgb(168,113,4); }

 div.DivClassName
 {
   background-color: #A87104;
 }
 .BgClassName
 {
   background-color: #A87104;
 }
</style>
border-color css

<style>
 span { border-color: #A87104; }

 span { border-color: rgb(168,113,4); }

 td.TdClassName
 {
   border-color: #A87104;
 }
 .TagClassName
 {
   border-color: #A87104;
 }
</style>