Html Css Color HEX #AA704B Sante Fe

📋 copy color: '#AA704B'

red 170 ◦ green 112 ◦ blue 75

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

Shades of Sante Fe #AA704B

Tints of Sante Fe #AA704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 47.62%
G = 31.37%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA704B (or 0xAA704B) is known color: Sante Fe. HEX triplet: AA, 70 and 4B. RGB value is (170,112,75). Sum of RGB (Red+Green+Blue) = 170+112+75=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA704B is #558FB4. Grayscale: #7D7D7D. Windows color (decimal): -5607349 or 4944042. OLE color: 4944042.

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

Color convert

RGB 170 112 75 -
CMYK 0 0.34 0.56 0.33
HSL 23.37º 0.39% 0.48% -
HSV(B) 23.37º 0.56% 0.67% -
XYZ 23.64 20.64 9.39 -
YUV 125.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 170 112 75 0 0.34 0.56 0.33 23.37 0.39 0.48
Hex AA 70 4B 0 22 38 21 17 27 30
Octal 252 160 113 0 42 70 41 27 47 60
Binary 10101010 1110000 1001011 0 100010 111000 100001 10111 100111 110000

Color Harmonies of #AA704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA704B

Black with #AA704B

Text Example


Text Example

White with #AA704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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