#A05812

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

Shades of Golden Brown #A05812

Tints of Golden Brown #A05812

Color information

#A05812 (or 0xA05812) is unknown color: approx Golden Brown. HEX triplet: A0, 58 and 12. RGB value is (160,88,18). Sum of RGB (Red+Green+Blue) = 160+88+18=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A05812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05812 is #5FA7ED. Grayscale: #656565. Windows color (decimal): -6268910 or 1202336. OLE color: 1202336.

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

Color convert

RGB1608818-
CMYK00.450.890.37
HSL29.58º79.78%34.9%-
HSV(B)29.58º88.75%62.75%-
XYZ18.114.52.42-
YUV101.5580.85169.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=60.15%
G=33.08%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160881800.450.890.3729.5879.7834.9
HexA0581202D59251e5023
Octal24013022055131453612043
Binary1010000010110001001001011011011001100101111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05812; }

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

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

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

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

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

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

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

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