#A1624E

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

Shades of Sante Fe #A1624E

Tints of Sante Fe #A1624E

Color information

#A1624E (or 0xA1624E) is unknown color: approx Sante Fe. HEX triplet: A1, 62 and 4E. RGB value is (161,98,78). Sum of RGB (Red+Green+Blue) = 161+98+78=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1624E is #5E9DB1. Grayscale: #727272. Windows color (decimal): -6200754 or 5137057. OLE color: 5137057.

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

Color convert

RGB1619878-
CMYK00.390.520.37
HSL14.46º34.73%46.86%-
HSV(B)14.46º51.55%63.14%-
XYZ20.4416.869.39-
YUV114.56107.37161.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=47.77%
G=29.08%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161987800.390.520.3714.4634.7346.86
HexA1624E0273425e232f
Octal2411421160476445164357
Binary101000011100010100111001001111101001001011110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1624E; }

 p { color: rgb(161,98,78); }

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

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

 a { background-color: rgb(161,98,78); }

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

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

 span { border-color: rgb(161,98,78); }

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