#A0664E

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

Shades of Sante Fe #A0664E

Tints of Sante Fe #A0664E

Color information

#A0664E (or 0xA0664E) is unknown color: approx Sante Fe. HEX triplet: A0, 66 and 4E. RGB value is (160,102,78). Sum of RGB (Red+Green+Blue) = 160+102+78=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0664E is #5F99B1. Grayscale: #747474. Windows color (decimal): -6265266 or 5138080. OLE color: 5138080.

HSL color Cylindrical-coordinate representation of color #A0664E: hue angle of 17.56º 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 #A0664E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16010278-
CMYK00.360.510.37
HSL17.56º34.45%46.67%-
HSV(B)17.56º51.25%62.75%-
XYZ20.6217.539.5-
YUV116.61106.22158.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=47.06%
G=30%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601027800.360.510.3717.5634.4546.67
HexA0664E024332512222f
Octal2401461160446345224257
Binary1010000011001101001110010010011001110010110010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0664E; }

 p { color: rgb(160,102,78); }

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

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

 a { background-color: rgb(160,102,78); }

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

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

 span { border-color: rgb(160,102,78); }

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