#AA6819

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

Shades of Golden Brown #AA6819

Tints of Golden Brown #AA6819

Color information

#AA6819 (or 0xAA6819) is unknown color: approx Golden Brown. HEX triplet: AA, 68 and 19. RGB value is (170,104,25). Sum of RGB (Red+Green+Blue) = 170+104+25=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6819 is #5597E6. Grayscale: #737373. Windows color (decimal): -5609447 or 1665194. OLE color: 1665194.

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

Color convert

RGB17010425-
CMYK00.390.850.33
HSL32.69º74.36%38.24%-
HSV(B)32.69º85.29%66.67%-
XYZ21.718.523.35-
YUV114.7377.37167.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=56.86%
G=34.78%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701042500.390.850.3332.6974.3638.24
HexAA68190275521214a26
Octal25215031047125414111246
Binary10101010110100011001010011110101011000011000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6819; }

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

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

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

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

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

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

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

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