#AA7415

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

Shades of Golden Brown #AA7415

Tints of Golden Brown #AA7415

Color information

#AA7415 (or 0xAA7415) is unknown color: approx Golden Brown. HEX triplet: AA, 74 and 15. RGB value is (170,116,21). Sum of RGB (Red+Green+Blue) = 170+116+21=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7415 is #558BEA. Grayscale: #797979. Windows color (decimal): -5606379 or 1406122. OLE color: 1406122.

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

Color convert

RGB17011621-
CMYK00.320.880.33
HSL38.26º78.01%37.45%-
HSV(B)38.26º87.65%66.67%-
XYZ22.9621.093.57-
YUV121.3271.39162.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=55.37%
G=37.79%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701162100.320.880.3338.2678.0137.45
HexAA74150205821264e25
Octal25216425040130414611645
Binary10101010111010010101010000010110001000011001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7415; }

 p { color: rgb(170,116,21); }

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

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

 a { background-color: rgb(170,116,21); }

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

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

 span { border-color: rgb(170,116,21); }

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