#AA694E

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

Shades of Sante Fe #AA694E

Tints of Sante Fe #AA694E

Color information

#AA694E (or 0xAA694E) is unknown color: approx Sante Fe. HEX triplet: AA, 69 and 4E. RGB value is (170,105,78). Sum of RGB (Red+Green+Blue) = 170+105+78=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA694E is #5596B1. Grayscale: #797979. Windows color (decimal): -5609138 or 5138858. OLE color: 5138858.

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

Color convert

RGB17010578-
CMYK00.380.540.33
HSL17.61º37.1%48.63%-
HSV(B)17.61º54.12%66.67%-
XYZ2319.29.7-
YUV121.36103.53162.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=48.16%
G=29.75%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701057800.380.540.3317.6137.148.63
HexAA694E0263621122531
Octal2521511160466641224561
Binary1010101011010011001110010011011011010000110010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA694E; }

 p { color: rgb(170,105,78); }

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

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

 a { background-color: rgb(170,105,78); }

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

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

 span { border-color: rgb(170,105,78); }

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