Html Css Color HEX #AA6655 Sante Fe

📋 copy color: '#AA6655'

red 170 ◦ green 102 ◦ blue 85

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

Shades of Sante Fe #AA6655

Tints of Sante Fe #AA6655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA6655 (or 0xAA6655) is known color: Sante Fe. HEX triplet: AA, 66 and 55. RGB value is (170,102,85). Sum of RGB (Red+Green+Blue) = 170+102+85=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6655 is #5599AA. Grayscale: #787878. Windows color (decimal): -5609899 or 5596842. OLE color: 5596842.

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

Color convert

RGB 170 102 85 -
CMYK 0 0.4 0.50 0.33
HSL 12º 0.33% 0.5% -
HSV(B) 12º 0.5% 0.67% -
XYZ 22.97 18.7 10.99 -
YUV 120.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 170 102 85 0 0.4 0.50 0.33 12 0.33 0.5
Hex AA 66 55 0 28 32 21 C 21 32
Octal 252 146 125 0 50 62 41 14 41 62
Binary 10101010 1100110 1010101 0 101000 110010 100001 1100 100001 110010

Color Harmonies of #AA6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6655

Black with #AA6655

Text Example


Text Example

White with #AA6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6655; }

 p { color: rgb(170,102,85); }

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

background-color css

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

 a { background-color: rgb(170,102,85); }

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

border-color css

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

 span { border-color: rgb(170,102,85); }

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