#A5514E

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

Shades of Apple Blossom #A5514E

Tints of Apple Blossom #A5514E

Color information

#A5514E (or 0xA5514E) is unknown color: approx Apple Blossom. HEX triplet: A5, 51 and 4E. RGB value is (165,81,78). Sum of RGB (Red+Green+Blue) = 165+81+78=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5514E is #5AAEB1. Grayscale: #696969. Windows color (decimal): -5942962 or 5132709. OLE color: 5132709.

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

Color convert

RGB1658178-
CMYK00.510.530.35
HSL2.07º35.8%47.65%-
HSV(B)2.07º52.73%64.71%-
XYZ19.8314.438.95-
YUV105.77112.33170.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=50.93%
G=25%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165817800.510.530.352.0735.847.65
HexA5514E033352322430
Octal245121116063654324460
Binary1010010110100011001110011001111010110001110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5514E; }

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

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

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

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

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

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

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

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