Html Css Color HEX #AA7357 Sante Fe

📋 copy color: '#AA7357'

red 170 ◦ green 115 ◦ blue 87

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

Shades of Sante Fe #AA7357

Tints of Sante Fe #AA7357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

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

R = 45.7%
G = 30.91%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7357 (or 0xAA7357) is known color: Sante Fe. HEX triplet: AA, 73 and 57. RGB value is (170,115,87). Sum of RGB (Red+Green+Blue) = 170+115+87=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7357 is #558CA8. Grayscale: #808080. Windows color (decimal): -5606569 or 5731242. OLE color: 5731242.

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

Color convert

RGB 170 115 87 -
CMYK 0 0.32 0.49 0.33
HSL 20.24º 0.33% 0.5% -
HSV(B) 20.24º 0.49% 0.67% -
XYZ 24.43 21.5 11.88 -
YUV 128.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 170 115 87 0 0.32 0.49 0.33 20.24 0.33 0.5
Hex AA 73 57 0 20 31 21 14 21 32
Octal 252 163 127 0 40 61 41 24 41 62
Binary 10101010 1110011 1010111 0 100000 110001 100001 10100 100001 110010

Color Harmonies of #AA7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7357

Black with #AA7357

Text Example


Text Example

White with #AA7357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7357; }

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

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

background-color css

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

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

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

border-color css

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

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

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