#A95B0B

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

Shades of Golden Brown #A95B0B

Tints of Golden Brown #A95B0B

Color information

#A95B0B (or 0xA95B0B) is unknown color: approx Golden Brown. HEX triplet: A9, 5B and 0B. RGB value is (169,91,11). Sum of RGB (Red+Green+Blue) = 169+91+11=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95B0B is #56A4F4. Grayscale: #696969. Windows color (decimal): -5678325 or 744361. OLE color: 744361.

HSL color Cylindrical-coordinate representation of color #A95B0B: hue angle of 30.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A95B0B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1699111-
CMYK00.460.930.34
HSL30.38º87.78%35.29%-
HSV(B)30.38º93.49%66.27%-
XYZ20.1615.942.33-
YUV105.274.84173.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 11 (4.69% from 255) = 4.06%
R=62.36%
G=33.58%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169911100.460.930.3430.3887.7835.29
HexA95BB02E5D221e5823
Octal25113313056135423613043
Binary101010011011011101101011101011101100010111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B0B; }

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

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

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

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

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

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

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

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