#AA714A

Color #AA714A Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AA714A

Tints of Sante Fe #AA714A

Color information

#AA714A (or 0xAA714A) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 4A. RGB value is (170,113,74). Sum of RGB (Red+Green+Blue) = 170+113+74=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA714A is #558EB5. Grayscale: #7D7D7D. Windows color (decimal): -5607094 or 4878762. OLE color: 4878762.

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

Color convert

RGB17011374-
CMYK00.340.560.33
HSL24.38º39.34%47.84%-
HSV(B)24.38º56.47%66.67%-
XYZ23.7220.859.25-
YUV125.698.88159.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=47.62%
G=31.65%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701137400.340.560.3324.3839.3447.84
HexAA714A0223821182730
Octal2521611120427041304760
Binary1010101011100011001010010001011100010000111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA714A; }

 p { color: rgb(170,113,74); }

 H1.HeaderClassName
 {
   color: #AA714A;
 }
 .AnyTagClassName
 {
   color: #AA714A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,113,74); }

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

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

 span { border-color: rgb(170,113,74); }

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