#AA6D0E

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

Shades of Golden Brown #AA6D0E

Tints of Golden Brown #AA6D0E

Color information

#AA6D0E (or 0xAA6D0E) is unknown color: approx Golden Brown. HEX triplet: AA, 6D and 0E. RGB value is (170,109,14). Sum of RGB (Red+Green+Blue) = 170+109+14=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6D0E is #5592F1. Grayscale: #747474. Windows color (decimal): -5608178 or 945578. OLE color: 945578.

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

Color convert

RGB17010914-
CMYK00.360.920.33
HSL36.54º84.78%36.08%-
HSV(B)36.54º91.76%66.67%-
XYZ22.1319.523.02-
YUV116.4170.21166.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 14 (5.86% from 255) = 4.78%
R=58.02%
G=37.20%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701091400.360.920.3336.5484.7836.08
HexAA6DE0245C21255524
Octal25215516044134414512544
Binary1010101011011011110010010010111001000011001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D0E; }

 p { color: rgb(170,109,14); }

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

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

 a { background-color: rgb(170,109,14); }

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

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

 span { border-color: rgb(170,109,14); }

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