Html Css Color HEX #AA7259 Sante Fe

📋 copy color: '#AA7259'

red 170 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #AA7259

Tints of Sante Fe #AA7259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.86%

R = 45.58%
G = 30.56%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA7259 (or 0xAA7259) is known color: Sante Fe. HEX triplet: AA, 72 and 59. RGB value is (170,114,89). Sum of RGB (Red+Green+Blue) = 170+114+89=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7259 is #558DA6. Grayscale: #808080. Windows color (decimal): -5606823 or 5862058. OLE color: 5862058.

HSL color Cylindrical-coordinate representation of color #AA7259: hue angle of 18.52º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7259 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 89 -
CMYK 0 0.33 0.48 0.33
HSL 18.52º 0.32% 0.51% -
HSV(B) 18.52º 0.48% 0.67% -
XYZ 24.4 21.3 12.28 -
YUV 127.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 170 114 89 0 0.33 0.48 0.33 18.52 0.32 0.51
Hex AA 72 59 0 21 30 21 13 20 33
Octal 252 162 131 0 41 60 41 23 40 63
Binary 10101010 1110010 1011001 0 100001 110000 100001 10011 100000 110011

Color Harmonies of #AA7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7259

Black with #AA7259

Text Example


Text Example

White with #AA7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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