#AA6217

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

Shades of Golden Brown #AA6217

Tints of Golden Brown #AA6217

Color information

#AA6217 (or 0xAA6217) is unknown color: approx Golden Brown. HEX triplet: AA, 62 and 17. RGB value is (170,98,23). Sum of RGB (Red+Green+Blue) = 170+98+23=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6217 is #559DE8. Grayscale: #6F6F6F. Windows color (decimal): -5610985 or 1532586. OLE color: 1532586.

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

Color convert

RGB1709823-
CMYK00.420.860.33
HSL30.61º76.17%37.84%-
HSV(B)30.61º86.47%66.67%-
XYZ21.117.343.05-
YUV110.9878.35170.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 23 (9.38% from 255) = 7.90%
R=58.42%
G=33.68%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170982300.420.860.3330.6176.1737.84
HexAA621702A56211f4c26
Octal25214227052126413711446
Binary1010101011000101011101010101010110100001111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6217; }

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

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

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

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

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

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

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

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