#A2614E

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

Shades of Sante Fe #A2614E

Tints of Sante Fe #A2614E

Color information

#A2614E (or 0xA2614E) is unknown color: approx Sante Fe. HEX triplet: A2, 61 and 4E. RGB value is (162,97,78). Sum of RGB (Red+Green+Blue) = 162+97+78=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2614E is #5D9EB1. Grayscale: #727272. Windows color (decimal): -6135474 or 5136802. OLE color: 5136802.

HSL color Cylindrical-coordinate representation of color #A2614E: hue angle of 13.57º 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 #A2614E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1629778-
CMYK00.400.520.36
HSL13.57º35%47.06%-
HSV(B)13.57º51.85%63.53%-
XYZ20.5516.789.36-
YUV114.27107.53162.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=48.07%
G=28.78%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162977800.400.520.3613.573547.06
HexA2614E0283424e232f
Octal2421411160506444164357
Binary101000101100001100111001010001101001001001110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2614E; }

 p { color: rgb(162,97,78); }

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

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

 a { background-color: rgb(162,97,78); }

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

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

 span { border-color: rgb(162,97,78); }

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