#A05C12

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

Shades of Golden Brown #A05C12

Tints of Golden Brown #A05C12

Color information

#A05C12 (or 0xA05C12) is unknown color: approx Golden Brown. HEX triplet: A0, 5C and 12. RGB value is (160,92,18). Sum of RGB (Red+Green+Blue) = 160+92+18=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C12 is #5FA3ED. Grayscale: #686868. Windows color (decimal): -6267886 or 1203360. OLE color: 1203360.

HSL color Cylindrical-coordinate representation of color #A05C12: hue angle of 31.27º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A05C12 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1609218-
CMYK00.430.890.37
HSL31.27º79.78%34.9%-
HSV(B)31.27º88.75%62.75%-
XYZ18.4315.172.53-
YUV103.979.53168.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=59.26%
G=34.07%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160921800.430.890.3731.2779.7834.9
HexA05C1202B59251f5023
Octal24013422053131453712043
Binary1010000010111001001001010111011001100101111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C12; }

 p { color: rgb(160,92,18); }

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

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

 a { background-color: rgb(160,92,18); }

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

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

 span { border-color: rgb(160,92,18); }

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