#A27304

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

Shades of Golden Brown #A27304

Tints of Golden Brown #A27304

Color information

#A27304 (or 0xA27304) is unknown color: approx Golden Brown. HEX triplet: A2, 73 and 04. RGB value is (162,115,4). Sum of RGB (Red+Green+Blue) = 162+115+4=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A27304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27304 is #5D8CFB. Grayscale: #747474. Windows color (decimal): -6130940 or 291746. OLE color: 291746.

HSL color Cylindrical-coordinate representation of color #A27304: hue angle of 42.15º 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 #A27304 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1621154-
CMYK00.290.980.36
HSL42.15º95.18%32.55%-
HSV(B)42.15º97.53%63.53%-
XYZ21.0519.952.86-
YUV116.464.57160.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=57.65%
G=40.93%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162115400.290.980.3642.1595.1832.55
HexA273401D62242a5f21
Octal2421634035142445213741
Binary10100010111001110001110111000101001001010101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27304; }

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

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

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

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

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

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

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

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