#A5644A

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

Shades of Sante Fe #A5644A

Tints of Sante Fe #A5644A

Color information

#A5644A (or 0xA5644A) is unknown color: approx Sante Fe. HEX triplet: A5, 64 and 4A. RGB value is (165,100,74). Sum of RGB (Red+Green+Blue) = 165+100+74=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5644A is #5A9BB5. Grayscale: #747474. Windows color (decimal): -5938102 or 4875429. OLE color: 4875429.

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

Color convert

RGB16510074-
CMYK00.390.550.35
HSL17.14º38.08%46.86%-
HSV(B)17.14º55.15%64.71%-
XYZ21.3117.618.75-
YUV116.47104.03162.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=48.67%
G=29.50%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651007400.390.550.3517.1438.0846.86
HexA5644A027372311262f
Octal2451441120476743214657
Binary1010010111001001001010010011111011110001110001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5644A; }

 p { color: rgb(165,100,74); }

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

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

 a { background-color: rgb(165,100,74); }

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

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

 span { border-color: rgb(165,100,74); }

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