#AA6A0F

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

Shades of Golden Brown #AA6A0F

Tints of Golden Brown #AA6A0F

Color information

#AA6A0F (or 0xAA6A0F) is unknown color: approx Golden Brown. HEX triplet: AA, 6A and 0F. RGB value is (170,106,15). Sum of RGB (Red+Green+Blue) = 170+106+15=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A0F is #5595F0. Grayscale: #737373. Windows color (decimal): -5608945 or 1010346. OLE color: 1010346.

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

Color convert

RGB17010615-
CMYK00.380.910.33
HSL35.23º83.78%36.27%-
HSV(B)35.23º91.18%66.67%-
XYZ21.8218.892.95-
YUV114.7671.7167.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=58.42%
G=36.43%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701061500.380.910.3335.2383.7836.27
HexAA6AF0265B21235424
Octal25215217046133414312444
Binary1010101011010101111010011010110111000011000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A0F; }

 p { color: rgb(170,106,15); }

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

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

 a { background-color: rgb(170,106,15); }

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

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

 span { border-color: rgb(170,106,15); }

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