#A0694F

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

Shades of Sante Fe #A0694F

Tints of Sante Fe #A0694F

Color information

#A0694F (or 0xA0694F) is unknown color: approx Sante Fe. HEX triplet: A0, 69 and 4F. RGB value is (160,105,79). Sum of RGB (Red+Green+Blue) = 160+105+79=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A0694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0694F is #5F96B0. Grayscale: #767676. Windows color (decimal): -6264497 or 5204384. OLE color: 5204384.

HSL color Cylindrical-coordinate representation of color #A0694F: hue angle of 19.26º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0694F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16010579-
CMYK00.340.510.37
HSL19.26º33.89%46.86%-
HSV(B)19.26º50.63%62.75%-
XYZ20.9618.149.79-
YUV118.48105.72157.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=46.51%
G=30.52%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601057900.340.510.3719.2633.8946.86
HexA0694F022332513222f
Octal2401511170426345234257
Binary1010000011010011001111010001011001110010110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0694F; }

 p { color: rgb(160,105,79); }

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

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

 a { background-color: rgb(160,105,79); }

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

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

 span { border-color: rgb(160,105,79); }

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