#A05B16

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

Shades of Golden Brown #A05B16

Tints of Golden Brown #A05B16

Color information

#A05B16 (or 0xA05B16) is unknown color: approx Golden Brown. HEX triplet: A0, 5B and 16. RGB value is (160,91,22). Sum of RGB (Red+Green+Blue) = 160+91+22=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05B16 is #5FA4E9. Grayscale: #686868. Windows color (decimal): -6268138 or 1465248. OLE color: 1465248.

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

Color convert

RGB1609122-
CMYK00.430.860.37
HSL30º75.82%35.69%-
HSV(B)30º86.25%62.75%-
XYZ18.3815.012.69-
YUV103.7681.86168.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=58.61%
G=33.33%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160912200.430.860.373075.8235.69
HexA05B1602B56251e4c24
Octal24013326053126453611444
Binary1010000010110111011001010111010110100101111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B16; }

 p { color: rgb(160,91,22); }

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

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

 a { background-color: rgb(160,91,22); }

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

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

 span { border-color: rgb(160,91,22); }

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