#A54E46

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

Shades of Apple Blossom #A54E46

Tints of Apple Blossom #A54E46

Color information

#A54E46 (or 0xA54E46) is unknown color: approx Apple Blossom. HEX triplet: A5, 4E and 46. RGB value is (165,78,70). Sum of RGB (Red+Green+Blue) = 165+78+70=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E46 is #5AB1B9. Grayscale: #676767. Windows color (decimal): -5943738 or 4607653. OLE color: 4607653.

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

Color convert

RGB1657870-
CMYK00.530.580.35
HSL5.05º40.43%46.08%-
HSV(B)5.05º57.58%64.71%-
XYZ19.3513.897.46-
YUV103.1109.32172.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=52.72%
G=24.92%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165787000.530.580.355.0540.4346.08
HexA54E460353A235282e
Octal245116106065724355056
Binary10100101100111010001100110101111010100011101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E46; }

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

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

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

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

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

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

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

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