#A54E4A

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

Shades of Apple Blossom #A54E4A

Tints of Apple Blossom #A54E4A

Color information

#A54E4A (or 0xA54E4A) is unknown color: approx Apple Blossom. HEX triplet: A5, 4E and 4A. RGB value is (165,78,74). Sum of RGB (Red+Green+Blue) = 165+78+74=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E4A is #5AB1B5. Grayscale: #676767. Windows color (decimal): -5943734 or 4869797. OLE color: 4869797.

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

Color convert

RGB1657874-
CMYK00.530.550.35
HSL2.64º38.08%46.86%-
HSV(B)2.64º55.15%64.71%-
XYZ19.4813.948.14-
YUV103.56111.32171.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=52.05%
G=24.61%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165787400.530.550.352.6438.0846.86
HexA54E4A03537233262f
Octal245116112065674334657
Binary1010010110011101001010011010111011110001111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E4A; }

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

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

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

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

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

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

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

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