#AA714B

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

Shades of Sante Fe #AA714B

Tints of Sante Fe #AA714B

Color information

#AA714B (or 0xAA714B) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 4B. RGB value is (170,113,75). Sum of RGB (Red+Green+Blue) = 170+113+75=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA714B is #558EB4. Grayscale: #7D7D7D. Windows color (decimal): -5607093 or 4944298. OLE color: 4944298.

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

Color convert

RGB17011375-
CMYK00.340.560.33
HSL24º38.78%48.04%-
HSV(B)24º55.88%66.67%-
XYZ23.7520.869.43-
YUV125.7199.38159.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=47.49%
G=31.56%
B=20.95%

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
Decimal1701137500.340.560.332438.7848.04
HexAA714B0223821182730
Octal2521611130427041304760
Binary1010101011100011001011010001011100010000111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA714B; }

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

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

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

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

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

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

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

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