#AA624E

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

Shades of Sante Fe #AA624E

Tints of Sante Fe #AA624E

Color information

#AA624E (or 0xAA624E) is unknown color: approx Sante Fe. HEX triplet: AA, 62 and 4E. RGB value is (170,98,78). Sum of RGB (Red+Green+Blue) = 170+98+78=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA624E is #559DB1. Grayscale: #757575. Windows color (decimal): -5610930 or 5137066. OLE color: 5137066.

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

Color convert

RGB1709878-
CMYK00.420.540.33
HSL13.04º37.1%48.63%-
HSV(B)13.04º54.12%66.67%-
XYZ22.3217.839.47-
YUV117.25105.85165.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=49.13%
G=28.32%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170987800.420.540.3313.0437.148.63
HexAA624E02A3621d2531
Octal2521421160526641154561
Binary101010101100010100111001010101101101000011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA624E; }

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

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

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

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

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

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

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

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