#AA6213

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

Shades of Golden Brown #AA6213

Tints of Golden Brown #AA6213

Color information

#AA6213 (or 0xAA6213) is unknown color: approx Golden Brown. HEX triplet: AA, 62 and 13. RGB value is (170,98,19). Sum of RGB (Red+Green+Blue) = 170+98+19=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6213 is #559DEC. Grayscale: #6E6E6E. Windows color (decimal): -5610989 or 1270442. OLE color: 1270442.

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

Color convert

RGB1709819-
CMYK00.420.890.33
HSL31.39º79.89%37.06%-
HSV(B)31.39º88.82%66.67%-
XYZ21.0617.332.85-
YUV110.5276.35170.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=59.23%
G=34.15%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170981900.420.890.3331.3979.8937.06
HexAA621302A59211f5025
Octal25214223052131413712045
Binary1010101011000101001101010101011001100001111111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6213; }

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

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

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

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

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

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

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

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