Html Css Color HEX #AA6E58 Sante Fe

📋 copy color: '#AA6E58'

red 170 ◦ green 110 ◦ blue 88

#AA6E58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AA6E58

Tints of Sante Fe #AA6E58

RGB

 RED value IS 170 (66.8% from 255) = 46.2%

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 46.2%
G = 29.89%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6E58 (or 0xAA6E58) is known color: Sante Fe. HEX triplet: AA, 6E and 58. RGB value is (170,110,88). Sum of RGB (Red+Green+Blue) = 170+110+88=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E58 is #5591A7. Grayscale: #7D7D7D. Windows color (decimal): -5607848 or 5795498. OLE color: 5795498.

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

Color convert

RGB 170 110 88 -
CMYK 0 0.35 0.48 0.33
HSL 16.1º 0.33% 0.51% -
HSV(B) 16.1º 0.48% 0.67% -
XYZ 23.91 20.4 11.91 -
YUV 125.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 170 110 88 0 0.35 0.48 0.33 16.1 0.33 0.51
Hex AA 6E 58 0 23 30 21 10 21 33
Octal 252 156 130 0 43 60 41 20 41 63
Binary 10101010 1101110 1011000 0 100011 110000 100001 10000 100001 110011

Color Harmonies of #AA6E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6E58

Black with #AA6E58

Text Example


Text Example

White with #AA6E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6E58; }

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

 H1.HeaderClassName
 {
   color: #AA6E58;
 }
 .AnyTagClassName
 {
   color: #AA6E58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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