Html Css Color HEX #AA704D Sante Fe

📋 copy color: '#AA704D'

red 170 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #AA704D

Tints of Sante Fe #AA704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 47.35%
G = 31.2%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA704D (or 0xAA704D) is known color: Sante Fe. HEX triplet: AA, 70 and 4D. RGB value is (170,112,77). Sum of RGB (Red+Green+Blue) = 170+112+77=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA704D is #558FB2. Grayscale: #7D7D7D. Windows color (decimal): -5607347 or 5075114. OLE color: 5075114.

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

Color convert

RGB 170 112 77 -
CMYK 0 0.34 0.55 0.33
HSL 22.58º 0.38% 0.48% -
HSV(B) 22.58º 0.55% 0.67% -
XYZ 23.71 20.67 9.76 -
YUV 125.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 170 112 77 0 0.34 0.55 0.33 22.58 0.38 0.48
Hex AA 70 4D 0 22 37 21 17 26 30
Octal 252 160 115 0 42 67 41 27 46 60
Binary 10101010 1110000 1001101 0 100010 110111 100001 10111 100110 110000

Color Harmonies of #AA704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA704D

Black with #AA704D

Text Example


Text Example

White with #AA704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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