Html Css Color HEX #AA7057 Sante Fe

📋 copy color: '#AA7057'

red 170 ◦ green 112 ◦ blue 87

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

Shades of Sante Fe #AA7057

Tints of Sante Fe #AA7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 46.07%
G = 30.35%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7057 (or 0xAA7057) is known color: Sante Fe. HEX triplet: AA, 70 and 57. RGB value is (170,112,87). Sum of RGB (Red+Green+Blue) = 170+112+87=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7057 is #558FA8. Grayscale: #7E7E7E. Windows color (decimal): -5607337 or 5730474. OLE color: 5730474.

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

Color convert

RGB 170 112 87 -
CMYK 0 0.34 0.49 0.33
HSL 18.07º 0.33% 0.5% -
HSV(B) 18.07º 0.49% 0.67% -
XYZ 24.09 20.82 11.77 -
YUV 126.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 170 112 87 0 0.34 0.49 0.33 18.07 0.33 0.5
Hex AA 70 57 0 22 31 21 12 21 32
Octal 252 160 127 0 42 61 41 22 41 62
Binary 10101010 1110000 1010111 0 100010 110001 100001 10010 100001 110010

Color Harmonies of #AA7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7057

Black with #AA7057

Text Example


Text Example

White with #AA7057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7057; }

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

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

background-color css

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

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

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

border-color css

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

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

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