#A45B0B

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

Shades of Golden Brown #A45B0B

Tints of Golden Brown #A45B0B

Color information

#A45B0B (or 0xA45B0B) is unknown color: approx Golden Brown. HEX triplet: A4, 5B and 0B. RGB value is (164,91,11). Sum of RGB (Red+Green+Blue) = 164+91+11=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B0B is #5BA4F4. Grayscale: #686868. Windows color (decimal): -6006005 or 744356. OLE color: 744356.

HSL color Cylindrical-coordinate representation of color #A45B0B: hue angle of 31.37º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A45B0B is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1649111-
CMYK00.450.930.36
HSL31.37º87.43%34.31%-
HSV(B)31.37º93.29%64.31%-
XYZ19.1115.42.28-
YUV103.7175.68171-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.65%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=61.65%
G=34.21%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164911100.450.930.3631.3787.4334.31
HexA45BB02D5D241f5722
Octal24413313055135443712742
Binary101001001011011101101011011011101100100111111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B0B; }

 p { color: rgb(164,91,11); }

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

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

 a { background-color: rgb(164,91,11); }

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

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

 span { border-color: rgb(164,91,11); }

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