#AA6817

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

Shades of Golden Brown #AA6817

Tints of Golden Brown #AA6817

Color information

#AA6817 (or 0xAA6817) is unknown color: approx Golden Brown. HEX triplet: AA, 68 and 17. RGB value is (170,104,23). Sum of RGB (Red+Green+Blue) = 170+104+23=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6817 is #5597E8. Grayscale: #727272. Windows color (decimal): -5609449 or 1534122. OLE color: 1534122.

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

Color convert

RGB17010423-
CMYK00.390.860.33
HSL33.06º76.17%37.84%-
HSV(B)33.06º86.47%66.67%-
XYZ21.6818.513.24-
YUV114.576.37167.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=57.24%
G=35.02%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701042300.390.860.3333.0676.1737.84
HexAA68170275621214c26
Octal25215027047126414111446
Binary10101010110100010111010011110101101000011000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6817; }

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

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

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

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

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

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

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

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