Html Css Color HEX #AA7155 Sante Fe

📋 copy color: '#AA7155'

red 170 ◦ green 113 ◦ blue 85

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

Shades of Sante Fe #AA7155

Tints of Sante Fe #AA7155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

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

R = 46.2%
G = 30.71%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA7155 (or 0xAA7155) is known color: Sante Fe. HEX triplet: AA, 71 and 55. RGB value is (170,113,85). Sum of RGB (Red+Green+Blue) = 170+113+85=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7155 is #558EAA. Grayscale: #7F7F7F. Windows color (decimal): -5607083 or 5599658. OLE color: 5599658.

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

Color convert

RGB 170 113 85 -
CMYK 0 0.34 0.50 0.33
HSL 19.76º 0.33% 0.5% -
HSV(B) 19.76º 0.5% 0.67% -
XYZ 24.12 21.01 11.38 -
YUV 126.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 170 113 85 0 0.34 0.50 0.33 19.76 0.33 0.5
Hex AA 71 55 0 22 32 21 14 21 32
Octal 252 161 125 0 42 62 41 24 41 62
Binary 10101010 1110001 1010101 0 100010 110010 100001 10100 100001 110010

Color Harmonies of #AA7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7155

Black with #AA7155

Text Example


Text Example

White with #AA7155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7155; }

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

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

background-color css

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

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

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

border-color css

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

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

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