#A4664F

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

Shades of Sante Fe #A4664F

Tints of Sante Fe #A4664F

Color information

#A4664F (or 0xA4664F) is unknown color: approx Sante Fe. HEX triplet: A4, 66 and 4F. RGB value is (164,102,79). Sum of RGB (Red+Green+Blue) = 164+102+79=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4664F is #5B99B0. Grayscale: #767676. Windows color (decimal): -6003121 or 5203620. OLE color: 5203620.

HSL color Cylindrical-coordinate representation of color #A4664F: hue angle of 16.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4664F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16410279-
CMYK00.380.520.36
HSL16.24º34.98%47.65%-
HSV(B)16.24º51.83%64.31%-
XYZ21.4717.969.73-
YUV117.92106.04160.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=47.54%
G=29.57%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641027900.380.520.3616.2434.9847.65
HexA4664F0263424102330
Octal2441461170466444204360
Binary1010010011001101001111010011011010010010010000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4664F; }

 p { color: rgb(164,102,79); }

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

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

 a { background-color: rgb(164,102,79); }

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

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

 span { border-color: rgb(164,102,79); }

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