#A3664F

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

Shades of Sante Fe #A3664F

Tints of Sante Fe #A3664F

Color information

#A3664F (or 0xA3664F) is unknown color: approx Sante Fe. HEX triplet: A3, 66 and 4F. RGB value is (163,102,79). Sum of RGB (Red+Green+Blue) = 163+102+79=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3664F is #5C99B0. Grayscale: #757575. Windows color (decimal): -6068657 or 5203619. OLE color: 5203619.

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

Color convert

RGB16310279-
CMYK00.370.520.36
HSL16.43º34.71%47.45%-
HSV(B)16.43º51.53%63.92%-
XYZ21.2717.859.72-
YUV117.62106.21160.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=47.38%
G=29.65%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631027900.370.520.3616.4334.7147.45
HexA3664F025342410232f
Octal2431461170456444204357
Binary1010001111001101001111010010111010010010010000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3664F; }

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

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

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

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

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

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

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

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