#A45A0B

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

Shades of Golden Brown #A45A0B

Tints of Golden Brown #A45A0B

Color information

#A45A0B (or 0xA45A0B) is unknown color: approx Golden Brown. HEX triplet: A4, 5A and 0B. RGB value is (164,90,11). Sum of RGB (Red+Green+Blue) = 164+90+11=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A0B is #5BA5F4. Grayscale: #676767. Windows color (decimal): -6006261 or 744100. OLE color: 744100.

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

Color convert

RGB1649011-
CMYK00.450.930.36
HSL30.98º87.43%34.31%-
HSV(B)30.98º93.29%64.31%-
XYZ19.0315.232.25-
YUV103.1276.02171.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=61.89%
G=33.96%
B=4.15%

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
Decimal164901100.450.930.3630.9887.4334.31
HexA45AB02D5D241f5722
Octal24413213055135443712742
Binary101001001011010101101011011011101100100111111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A0B; }

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

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

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

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

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

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

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

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