#A5514D

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

Shades of Apple Blossom #A5514D

Tints of Apple Blossom #A5514D

Color information

#A5514D (or 0xA5514D) is unknown color: approx Apple Blossom. HEX triplet: A5, 51 and 4D. RGB value is (165,81,77). Sum of RGB (Red+Green+Blue) = 165+81+77=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5514D is #5AAEB2. Grayscale: #696969. Windows color (decimal): -5942963 or 5067173. OLE color: 5067173.

HSL color Cylindrical-coordinate representation of color #A5514D: hue angle of 2.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5514D is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1658177-
CMYK00.510.530.35
HSL2.73º36.36%47.45%-
HSV(B)2.73º53.33%64.71%-
XYZ19.814.428.76-
YUV105.66111.83170.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=51.08%
G=25.08%
B=23.84%

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
Decimal165817700.510.530.352.7336.3647.45
HexA5514D03335233242f
Octal245121115063654334457
Binary1010010110100011001101011001111010110001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5514D; }

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

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

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

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

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

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

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

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