#A5664F

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

Shades of Sante Fe #A5664F

Tints of Sante Fe #A5664F

Color information

#A5664F (or 0xA5664F) is unknown color: approx Sante Fe. HEX triplet: A5, 66 and 4F. RGB value is (165,102,79). Sum of RGB (Red+Green+Blue) = 165+102+79=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5664F is #5A99B0. Grayscale: #767676. Windows color (decimal): -5937585 or 5203621. OLE color: 5203621.

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

Color convert

RGB16510279-
CMYK00.380.520.35
HSL16.05º35.25%47.84%-
HSV(B)16.05º52.12%64.71%-
XYZ21.6818.079.74-
YUV118.22105.87161.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=47.69%
G=29.48%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651027900.380.520.3516.0535.2547.84
HexA5664F0263423102330
Octal2451461170466443204360
Binary1010010111001101001111010011011010010001110000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5664F; }

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

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

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

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

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

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

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

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