Html Css Color HEX #AA7257 Sante Fe

📋 copy color: '#AA7257'

red 170 ◦ green 114 ◦ blue 87

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

Shades of Sante Fe #AA7257

Tints of Sante Fe #AA7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

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

R = 45.82%
G = 30.73%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7257 (or 0xAA7257) is known color: Sante Fe. HEX triplet: AA, 72 and 57. RGB value is (170,114,87). Sum of RGB (Red+Green+Blue) = 170+114+87=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7257 is #558DA8. Grayscale: #7F7F7F. Windows color (decimal): -5606825 or 5730986. OLE color: 5730986.

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

Color convert

RGB 170 114 87 -
CMYK 0 0.33 0.49 0.33
HSL 19.52º 0.33% 0.5% -
HSV(B) 19.52º 0.49% 0.67% -
XYZ 24.32 21.27 11.84 -
YUV 127.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 170 114 87 0 0.33 0.49 0.33 19.52 0.33 0.5
Hex AA 72 57 0 21 31 21 14 21 32
Octal 252 162 127 0 41 61 41 24 41 62
Binary 10101010 1110010 1010111 0 100001 110001 100001 10100 100001 110010

Color Harmonies of #AA7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7257

Black with #AA7257

Text Example


Text Example

White with #AA7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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