#A5614E

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

Shades of Sante Fe #A5614E

Tints of Sante Fe #A5614E

Color information

#A5614E (or 0xA5614E) is unknown color: approx Sante Fe. HEX triplet: A5, 61 and 4E. RGB value is (165,97,78). Sum of RGB (Red+Green+Blue) = 165+97+78=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5614E is #5A9EB1. Grayscale: #737373. Windows color (decimal): -5938866 or 5136805. OLE color: 5136805.

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

Color convert

RGB1659778-
CMYK00.410.530.35
HSL13.1º35.8%47.65%-
HSV(B)13.1º52.73%64.71%-
XYZ21.1717.19.39-
YUV115.17107.03163.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=48.53%
G=28.53%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165977800.410.530.3513.135.847.65
HexA5614E0293523d2430
Octal2451411160516543154460
Binary101001011100001100111001010011101011000111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5614E; }

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

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

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

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

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

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

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

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