#A27604

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

Shades of Golden Brown #A27604

Tints of Golden Brown #A27604

Color information

#A27604 (or 0xA27604) is unknown color: approx Golden Brown. HEX triplet: A2, 76 and 04. RGB value is (162,118,4). Sum of RGB (Red+Green+Blue) = 162+118+4=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A27604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27604 is #5D89FB. Grayscale: #767676. Windows color (decimal): -6130172 or 292514. OLE color: 292514.

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

Color convert

RGB1621184-
CMYK00.270.980.36
HSL43.29º95.18%32.55%-
HSV(B)43.29º97.53%63.53%-
XYZ21.420.652.97-
YUV118.1663.58159.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=57.04%
G=41.55%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162118400.270.980.3643.2995.1832.55
HexA276401B62242b5f21
Octal2421664033142445313741
Binary10100010111011010001101111000101001001010111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27604; }

 p { color: rgb(162,118,4); }

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

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

 a { background-color: rgb(162,118,4); }

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

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

 span { border-color: rgb(162,118,4); }

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