Html Css Color HEX #AA7555 Sante Fe

📋 copy color: '#AA7555'

red 170 ◦ green 117 ◦ blue 85

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

Shades of Sante Fe #AA7555

Tints of Sante Fe #AA7555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

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

R = 45.7%
G = 31.45%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA7555 (or 0xAA7555) is known color: Sante Fe. HEX triplet: AA, 75 and 55. RGB value is (170,117,85). Sum of RGB (Red+Green+Blue) = 170+117+85=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7555 is #558AAA. Grayscale: #818181. Windows color (decimal): -5606059 or 5600682. OLE color: 5600682.

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

Color convert

RGB 170 117 85 -
CMYK 0 0.31 0.50 0.33
HSL 22.59º 0.33% 0.5% -
HSV(B) 22.59º 0.5% 0.67% -
XYZ 24.58 21.92 11.53 -
YUV 129.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 170 117 85 0 0.31 0.50 0.33 22.59 0.33 0.5
Hex AA 75 55 0 1F 32 21 17 21 32
Octal 252 165 125 0 37 62 41 27 41 62
Binary 10101010 1110101 1010101 0 11111 110010 100001 10111 100001 110010

Color Harmonies of #AA7555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7555

Black with #AA7555

Text Example


Text Example

White with #AA7555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7555; }

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

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

background-color css

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

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

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

border-color css

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

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

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