Html Css Color HEX #AA705A Sante Fe

📋 copy color: '#AA705A'

red 170 ◦ green 112 ◦ blue 90

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

Shades of Sante Fe #AA705A

Tints of Sante Fe #AA705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 45.7%
G = 30.11%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA705A (or 0xAA705A) is known color: Sante Fe. HEX triplet: AA, 70 and 5A. RGB value is (170,112,90). Sum of RGB (Red+Green+Blue) = 170+112+90=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA705A is #558FA5. Grayscale: #7E7E7E. Windows color (decimal): -5607334 or 5927082. OLE color: 5927082.

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

Color convert

RGB 170 112 90 -
CMYK 0 0.34 0.47 0.33
HSL 16.5º 0.32% 0.51% -
HSV(B) 16.5º 0.47% 0.67% -
XYZ 24.22 20.87 12.43 -
YUV 126.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 170 112 90 0 0.34 0.47 0.33 16.5 0.32 0.51
Hex AA 70 5A 0 22 2F 21 10 20 33
Octal 252 160 132 0 42 57 41 20 40 63
Binary 10101010 1110000 1011010 0 100010 101111 100001 10000 100000 110011

Color Harmonies of #AA705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA705A

Black with #AA705A

Text Example


Text Example

White with #AA705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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