#aa694c

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

Shades of Sante Fe #AA694C

Tints of Sante Fe #AA694C

Color information

#AA694C (or 0xAA694C) is unknown color: approx Sante Fe. HEX triplet: AA, 69 and 4C. RGB value is (170,105,76). Sum of RGB (Red+Green+Blue) = 170+105+76=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA694C is #5596B3. Grayscale: #797979. Windows color (decimal): -5609140 or 5007786. OLE color: 5007786.

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

Color convert

RGB17010576-
CMYK00.380.550.33
HSL18.51º38.21%48.24%-
HSV(B)18.51º55.29%66.67%-
XYZ22.9319.179.33-
YUV121.13102.53162.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=48.43%
G=29.91%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701057600.380.550.3318.5138.2148.24
HexAA694C0263721132630
Octal2521511140466741234660
Binary1010101011010011001100010011011011110000110011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa694c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa694c; }

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

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

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

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

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

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

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

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