#A54E40

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

Shades of Apple Blossom #A54E40

Tints of Apple Blossom #A54E40

Color information

#A54E40 (or 0xA54E40) is unknown color: approx Apple Blossom. HEX triplet: A5, 4E and 40. RGB value is (165,78,64). Sum of RGB (Red+Green+Blue) = 165+78+64=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E40 is #5AB1BF. Grayscale: #666666. Windows color (decimal): -5943744 or 4214437. OLE color: 4214437.

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

Color convert

RGB1657864-
CMYK00.530.610.35
HSL8.32º44.1%44.9%-
HSV(B)8.32º61.21%64.71%-
XYZ19.1713.826.51-
YUV102.42106.32172.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=53.75%
G=25.41%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165786400.530.610.358.3244.144.9
HexA54E400353D2382c2d
Octal2451161000657543105455
Binary101001011001110100000001101011111011000111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E40; }

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

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

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

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

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

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

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

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