Html Css Color HEX #AA6A58 Sante Fe

📋 copy color: '#AA6A58'

red 170 ◦ green 106 ◦ blue 88

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

Shades of Sante Fe #AA6A58

Tints of Sante Fe #AA6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 46.7%
G = 29.12%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA6A58 (or 0xAA6A58) is known color: Sante Fe. HEX triplet: AA, 6A and 58. RGB value is (170,106,88). Sum of RGB (Red+Green+Blue) = 170+106+88=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A58 is #5595A7. Grayscale: #7B7B7B. Windows color (decimal): -5608872 or 5794474. OLE color: 5794474.

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

Color convert

RGB 170 106 88 -
CMYK 0 0.38 0.48 0.33
HSL 13.17º 0.33% 0.51% -
HSV(B) 13.17º 0.48% 0.67% -
XYZ 23.49 19.56 11.77 -
YUV 123.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 170 106 88 0 0.38 0.48 0.33 13.17 0.33 0.51
Hex AA 6A 58 0 26 30 21 D 21 33
Octal 252 152 130 0 46 60 41 15 41 63
Binary 10101010 1101010 1011000 0 100110 110000 100001 1101 100001 110011

Color Harmonies of #AA6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A58

Black with #AA6A58

Text Example


Text Example

White with #AA6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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