#AA6C0F

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

Shades of Golden Brown #AA6C0F

Tints of Golden Brown #AA6C0F

Color information

#AA6C0F (or 0xAA6C0F) is unknown color: approx Golden Brown. HEX triplet: AA, 6C and 0F. RGB value is (170,108,15). Sum of RGB (Red+Green+Blue) = 170+108+15=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6C0F is #5593F0. Grayscale: #747474. Windows color (decimal): -5608433 or 1010858. OLE color: 1010858.

HSL color Cylindrical-coordinate representation of color #AA6C0F: hue angle of 36º 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 #AA6C0F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17010815-
CMYK00.360.910.33
HSL36º83.78%36.27%-
HSV(B)36º91.18%66.67%-
XYZ22.0319.313.02-
YUV115.9471.04166.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=58.02%
G=36.86%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701081500.360.910.333683.7836.27
HexAA6CF0245B21245424
Octal25215417044133414412444
Binary1010101011011001111010010010110111000011001001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C0F; }

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

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

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

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

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

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

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

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