#AA624D

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

Shades of Sante Fe #AA624D

Tints of Sante Fe #AA624D

Color information

#AA624D (or 0xAA624D) is unknown color: approx Sante Fe. HEX triplet: AA, 62 and 4D. RGB value is (170,98,77). Sum of RGB (Red+Green+Blue) = 170+98+77=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA624D is #559DB2. Grayscale: #757575. Windows color (decimal): -5610931 or 5071530. OLE color: 5071530.

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

Color convert

RGB1709877-
CMYK00.420.550.33
HSL13.55º37.65%48.43%-
HSV(B)13.55º54.71%66.67%-
XYZ22.2817.829.29-
YUV117.13105.35165.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=49.28%
G=28.41%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170987700.420.550.3313.5537.6548.43
HexAA624D02A3721e2630
Octal2521421150526741164660
Binary101010101100010100110101010101101111000011110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA624D; }

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

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

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

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

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

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

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

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