#AA644E

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

Shades of Sante Fe #AA644E

Tints of Sante Fe #AA644E

Color information

#AA644E (or 0xAA644E) is unknown color: approx Sante Fe. HEX triplet: AA, 64 and 4E. RGB value is (170,100,78). Sum of RGB (Red+Green+Blue) = 170+100+78=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA644E is #559BB1. Grayscale: #767676. Windows color (decimal): -5610418 or 5137578. OLE color: 5137578.

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

Color convert

RGB17010078-
CMYK00.410.540.33
HSL14.35º37.1%48.63%-
HSV(B)14.35º54.12%66.67%-
XYZ22.5118.219.54-
YUV118.42105.19164.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=48.85%
G=28.74%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701007800.410.540.3314.3537.148.63
HexAA644E0293621e2531
Octal2521441160516641164561
Binary101010101100100100111001010011101101000011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA644E; }

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

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

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

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

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

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

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

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