#A05A12

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

Shades of Golden Brown #A05A12

Tints of Golden Brown #A05A12

Color information

#A05A12 (or 0xA05A12) is unknown color: approx Golden Brown. HEX triplet: A0, 5A and 12. RGB value is (160,90,18). Sum of RGB (Red+Green+Blue) = 160+90+18=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A12 is #5FA5ED. Grayscale: #676767. Windows color (decimal): -6268398 or 1202848. OLE color: 1202848.

HSL color Cylindrical-coordinate representation of color #A05A12: hue angle of 30.42º 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 #A05A12 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1609018-
CMYK00.440.890.37
HSL30.42º79.78%34.9%-
HSV(B)30.42º88.75%62.75%-
XYZ18.2614.832.47-
YUV102.7280.19168.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=59.70%
G=33.58%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160901800.440.890.3730.4279.7834.9
HexA05A1202C59251e5023
Octal24013222054131453612043
Binary1010000010110101001001011001011001100101111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A12; }

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

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

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

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

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

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

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

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