#A27504

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

Shades of Golden Brown #A27504

Tints of Golden Brown #A27504

Color information

#A27504 (or 0xA27504) is unknown color: approx Golden Brown. HEX triplet: A2, 75 and 04. RGB value is (162,117,4). Sum of RGB (Red+Green+Blue) = 162+117+4=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A27504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27504 is #5D8AFB. Grayscale: #767676. Windows color (decimal): -6130428 or 292258. OLE color: 292258.

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

Color convert

RGB1621174-
CMYK00.280.980.36
HSL42.91º95.18%32.55%-
HSV(B)42.91º97.53%63.53%-
XYZ21.2820.412.93-
YUV117.5763.91159.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=57.24%
G=41.34%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162117400.280.980.3642.9195.1832.55
HexA275401C62242b5f21
Octal2421654034142445313741
Binary10100010111010110001110011000101001001010111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27504; }

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

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

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

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

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

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

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

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