#AA6417

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

Shades of Golden Brown #AA6417

Tints of Golden Brown #AA6417

Color information

#AA6417 (or 0xAA6417) is unknown color: approx Golden Brown. HEX triplet: AA, 64 and 17. RGB value is (170,100,23). Sum of RGB (Red+Green+Blue) = 170+100+23=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6417 is #559BE8. Grayscale: #707070. Windows color (decimal): -5610473 or 1533098. OLE color: 1533098.

HSL color Cylindrical-coordinate representation of color #AA6417: hue angle of 31.43º 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 #AA6417 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17010023-
CMYK00.410.860.33
HSL31.43º76.17%37.84%-
HSV(B)31.43º86.47%66.67%-
XYZ21.2917.723.11-
YUV112.1577.69169.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=58.02%
G=34.13%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701002300.410.860.3331.4376.1737.84
HexAA641702956211f4c26
Octal25214427051126413711446
Binary1010101011001001011101010011010110100001111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6417; }

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

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

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

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

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

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

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

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