Html Css Color HEX #AA6556 Sante Fe

📋 copy color: '#AA6556'

red 170 ◦ green 101 ◦ blue 86

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

Shades of Sante Fe #AA6556

Tints of Sante Fe #AA6556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 47.62%
G = 28.29%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA6556 (or 0xAA6556) is known color: Sante Fe. HEX triplet: AA, 65 and 56. RGB value is (170,101,86). Sum of RGB (Red+Green+Blue) = 170+101+86=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6556 is #559AA9. Grayscale: #787878. Windows color (decimal): -5610154 or 5662122. OLE color: 5662122.

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

Color convert

RGB 170 101 86 -
CMYK 0 0.41 0.49 0.33
HSL 10.71º 0.33% 0.5% -
HSV(B) 10.71º 0.49% 0.67% -
XYZ 22.91 18.53 11.17 -
YUV 119.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 170 101 86 0 0.41 0.49 0.33 10.71 0.33 0.5
Hex AA 65 56 0 29 31 21 B 21 32
Octal 252 145 126 0 51 61 41 13 41 62
Binary 10101010 1100101 1010110 0 101001 110001 100001 1011 100001 110010

Color Harmonies of #AA6556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6556

Black with #AA6556

Text Example


Text Example

White with #AA6556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6556; }

 p { color: rgb(170,101,86); }

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

background-color css

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

 a { background-color: rgb(170,101,86); }

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

border-color css

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

 span { border-color: rgb(170,101,86); }

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