Html Css Color HEX #AA7557 Sante Fe

📋 copy color: '#AA7557'

red 170 ◦ green 117 ◦ blue 87

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

Shades of Sante Fe #AA7557

Tints of Sante Fe #AA7557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 45.45%
G = 31.28%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7557 (or 0xAA7557) is known color: Sante Fe. HEX triplet: AA, 75 and 57. RGB value is (170,117,87). Sum of RGB (Red+Green+Blue) = 170+117+87=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7557 is #558AA8. Grayscale: #818181. Windows color (decimal): -5606057 or 5731754. OLE color: 5731754.

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

Color convert

RGB 170 117 87 -
CMYK 0 0.31 0.49 0.33
HSL 21.69º 0.33% 0.5% -
HSV(B) 21.69º 0.49% 0.67% -
XYZ 24.66 21.96 11.96 -
YUV 129.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 170 117 87 0 0.31 0.49 0.33 21.69 0.33 0.5
Hex AA 75 57 0 1F 31 21 16 21 32
Octal 252 165 127 0 37 61 41 26 41 62
Binary 10101010 1110101 1010111 0 11111 110001 100001 10110 100001 110010

Color Harmonies of #AA7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7557

Black with #AA7557

Text Example


Text Example

White with #AA7557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7557; }

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

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

background-color css

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

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

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

border-color css

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

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

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