#AA6E4A

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

Shades of Sante Fe #AA6E4A

Tints of Sante Fe #AA6E4A

Color information

#AA6E4A (or 0xAA6E4A) is unknown color: approx Sante Fe. HEX triplet: AA, 6E and 4A. RGB value is (170,110,74). Sum of RGB (Red+Green+Blue) = 170+110+74=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E4A is #5591B5. Grayscale: #7C7C7C. Windows color (decimal): -5607862 or 4877994. OLE color: 4877994.

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

Color convert

RGB17011074-
CMYK00.350.560.33
HSL22.5º39.34%47.84%-
HSV(B)22.5º56.47%66.67%-
XYZ23.3920.199.14-
YUV123.8499.88160.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=48.02%
G=31.07%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701107400.350.560.3322.539.3447.84
HexAA6E4A0233821162730
Octal2521561120437041264760
Binary1010101011011101001010010001111100010000110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E4A; }

 p { color: rgb(170,110,74); }

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

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

 a { background-color: rgb(170,110,74); }

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

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

 span { border-color: rgb(170,110,74); }

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