Html Css Color HEX #AA6D55 Sante Fe

📋 copy color: '#AA6D55'

red 170 ◦ green 109 ◦ blue 85

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

Shades of Sante Fe #AA6D55

Tints of Sante Fe #AA6D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

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

R = 46.7%
G = 29.95%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA6D55 (or 0xAA6D55) is known color: Sante Fe. HEX triplet: AA, 6D and 55. RGB value is (170,109,85). Sum of RGB (Red+Green+Blue) = 170+109+85=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D55 is #5592AA. Grayscale: #7C7C7C. Windows color (decimal): -5608107 or 5598634. OLE color: 5598634.

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

Color convert

RGB 170 109 85 -
CMYK 0 0.36 0.50 0.33
HSL 16.94º 0.33% 0.5% -
HSV(B) 16.94º 0.5% 0.67% -
XYZ 23.69 20.14 11.23 -
YUV 124.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 170 109 85 0 0.36 0.50 0.33 16.94 0.33 0.5
Hex AA 6D 55 0 24 32 21 11 21 32
Octal 252 155 125 0 44 62 41 21 41 62
Binary 10101010 1101101 1010101 0 100100 110010 100001 10001 100001 110010

Color Harmonies of #AA6D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D55

Black with #AA6D55

Text Example


Text Example

White with #AA6D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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