#A2514E

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

Shades of Apple Blossom #A2514E

Tints of Apple Blossom #A2514E

Color information

#A2514E (or 0xA2514E) is unknown color: approx Apple Blossom. HEX triplet: A2, 51 and 4E. RGB value is (162,81,78). Sum of RGB (Red+Green+Blue) = 162+81+78=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2514E is #5DAEB1. Grayscale: #686868. Windows color (decimal): -6139570 or 5132706. OLE color: 5132706.

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

Color convert

RGB1628178-
CMYK00.500.520.36
HSL2.14º35%47.06%-
HSV(B)2.14º51.85%63.53%-
XYZ19.2214.128.92-
YUV104.88112.84168.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=50.47%
G=25.23%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162817800.500.520.362.143547.06
HexA2514E03234242232f
Octal242121116062644424357
Binary1010001010100011001110011001011010010010010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2514E; }

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

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

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

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

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

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

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

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