#A95A13

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

Shades of Golden Brown #A95A13

Tints of Golden Brown #A95A13

Color information

#A95A13 (or 0xA95A13) is unknown color: approx Golden Brown. HEX triplet: A9, 5A and 13. RGB value is (169,90,19). Sum of RGB (Red+Green+Blue) = 169+90+19=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A13 is #56A5EC. Grayscale: #696969. Windows color (decimal): -5678573 or 1268393. OLE color: 1268393.

HSL color Cylindrical-coordinate representation of color #A95A13: hue angle of 28.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A95A13 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1699019-
CMYK00.470.890.34
HSL28.4º79.79%36.86%-
HSV(B)28.4º88.76%66.27%-
XYZ20.1415.792.6-
YUV105.5379.17173.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.79%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=60.79%
G=32.37%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169901900.470.890.3428.479.7936.86
HexA95A1302F59221c5025
Octal25113223057131423412045
Binary1010100110110101001101011111011001100010111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A13; }

 p { color: rgb(169,90,19); }

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

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

 a { background-color: rgb(169,90,19); }

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

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

 span { border-color: rgb(169,90,19); }

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