#A14E4E

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

Shades of Apple Blossom #A14E4E

Tints of Apple Blossom #A14E4E

Color information

#A14E4E (or 0xA14E4E) is unknown color: approx Apple Blossom. HEX triplet: A1, 4E and 4E. RGB value is (161,78,78). Sum of RGB (Red+Green+Blue) = 161+78+78=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E4E is #5EB1B1. Grayscale: #666666. Windows color (decimal): -6205874 or 5131937. OLE color: 5131937.

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

Color convert

RGB1617878-
CMYK00.520.520.37
HSL34.73%46.86%-
HSV(B)51.55%63.14%-
XYZ18.813.588.84-
YUV102.82114169.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=50.79%
G=24.61%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161787800.520.520.37034.7346.86
HexA14E4E03434250232f
Octal241116116064644504357
Binary101000011001110100111001101001101001001010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E4E; }

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

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

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

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

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

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

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

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