#A14F4E

Color #A14F4E Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A14F4E

Tints of Apple Blossom #A14F4E

Color information

#A14F4E (or 0xA14F4E) is unknown color: approx Apple Blossom. HEX triplet: A1, 4F and 4E. RGB value is (161,79,78). Sum of RGB (Red+Green+Blue) = 161+79+78=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F4E is #5EB0B1. Grayscale: #676767. Windows color (decimal): -6205618 or 5132193. OLE color: 5132193.

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

Color convert

RGB1617978-
CMYK00.510.520.37
HSL0.72º34.73%46.86%-
HSV(B)0.72º51.55%63.14%-
XYZ18.8713.728.86-
YUV103.4113.67169.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=50.63%
G=24.84%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161797800.510.520.370.7234.7346.86
HexA14F4E03334251232f
Octal241117116063644514357
Binary101000011001111100111001100111101001001011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F4E; }

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

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

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

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

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

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

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

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