#AA7414

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

Shades of Golden Brown #AA7414

Tints of Golden Brown #AA7414

Color information

#AA7414 (or 0xAA7414) is unknown color: approx Golden Brown. HEX triplet: AA, 74 and 14. RGB value is (170,116,20). Sum of RGB (Red+Green+Blue) = 170+116+20=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7414 is #558BEB. Grayscale: #797979. Windows color (decimal): -5606380 or 1340586. OLE color: 1340586.

HSL color Cylindrical-coordinate representation of color #AA7414: hue angle of 38.4º degrees, saturation: 0.79, 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 #AA7414 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17011620-
CMYK00.320.880.33
HSL38.4º78.95%37.25%-
HSV(B)38.4º88.24%66.67%-
XYZ22.9521.093.52-
YUV121.270.89162.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=55.56%
G=37.91%
B=6.54%

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
Decimal1701162000.320.880.3338.478.9537.25
HexAA74140205821264f25
Octal25216424040130414611745
Binary10101010111010010100010000010110001000011001101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7414; }

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

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

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

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

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

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

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

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