#A96213

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

Shades of Golden Brown #A96213

Tints of Golden Brown #A96213

Color information

#A96213 (or 0xA96213) is unknown color: approx Golden Brown. HEX triplet: A9, 62 and 13. RGB value is (169,98,19). Sum of RGB (Red+Green+Blue) = 169+98+19=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A96213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96213 is #569DEC. Grayscale: #6E6E6E. Windows color (decimal): -5676525 or 1270441. OLE color: 1270441.

HSL color Cylindrical-coordinate representation of color #A96213: hue angle of 31.6º 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 #A96213 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1699819-
CMYK00.420.890.34
HSL31.6º79.79%36.86%-
HSV(B)31.6º88.76%66.27%-
XYZ20.8517.222.84-
YUV110.2276.52169.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=59.09%
G=34.27%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169981900.420.890.3431.679.7936.86
HexA9621302A5922205025
Octal25114223052131424012045
Binary10101001110001010011010101010110011000101000001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96213; }

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

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

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

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

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

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

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

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