#A5614B

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

Shades of Sante Fe #A5614B

Tints of Sante Fe #A5614B

Color information

#A5614B (or 0xA5614B) is unknown color: approx Sante Fe. HEX triplet: A5, 61 and 4B. RGB value is (165,97,75). Sum of RGB (Red+Green+Blue) = 165+97+75=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5614B is #5A9EB4. Grayscale: #727272. Windows color (decimal): -5938869 or 4940197. OLE color: 4940197.

HSL color Cylindrical-coordinate representation of color #A5614B: hue angle of 14.67º 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 #A5614B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1659775-
CMYK00.410.550.35
HSL14.67º37.5%47.06%-
HSV(B)14.67º54.55%64.71%-
XYZ21.0617.068.84-
YUV114.82105.53163.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=48.96%
G=28.78%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165977500.410.550.3514.6737.547.06
HexA5614B0293723f262f
Octal2451411130516743174657
Binary101001011100001100101101010011101111000111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5614B; }

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

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

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

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

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

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

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

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