#A54E4D

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

Shades of Apple Blossom #A54E4D

Tints of Apple Blossom #A54E4D

Color information

#A54E4D (or 0xA54E4D) is unknown color: approx Apple Blossom. HEX triplet: A5, 4E and 4D. RGB value is (165,78,77). Sum of RGB (Red+Green+Blue) = 165+78+77=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54E4D is #5AB1B2. Grayscale: #676767. Windows color (decimal): -5943731 or 5066405. OLE color: 5066405.

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

Color convert

RGB1657877-
CMYK00.530.530.35
HSL0.68º36.36%47.45%-
HSV(B)0.68º53.33%64.71%-
XYZ19.5813.988.69-
YUV103.9112.82171.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=51.56%
G=24.38%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165787700.530.530.350.6836.3647.45
HexA54E4D03535231242f
Octal245116115065654314457
Binary101001011001110100110101101011101011000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E4D; }

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

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

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

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

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

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

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

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