#AA6C4E

Color #AA6C4E Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AA6C4E

Tints of Sante Fe #AA6C4E

Color information

#AA6C4E (or 0xAA6C4E) is unknown color: approx Sante Fe. HEX triplet: AA, 6C and 4E. RGB value is (170,108,78). Sum of RGB (Red+Green+Blue) = 170+108+78=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C4E is #5593B1. Grayscale: #7B7B7B. Windows color (decimal): -5608370 or 5139626. OLE color: 5139626.

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

Color convert

RGB17010878-
CMYK00.360.540.33
HSL19.57º37.1%48.63%-
HSV(B)19.57º54.12%66.67%-
XYZ23.3219.829.8-
YUV123.12102.54161.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=47.75%
G=30.34%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701087800.360.540.3319.5737.148.63
HexAA6C4E0243621142531
Octal2521541160446641244561
Binary1010101011011001001110010010011011010000110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C4E; }

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

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

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

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

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

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

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

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