#A54D48

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

Shades of Apple Blossom #A54D48

Tints of Apple Blossom #A54D48

Color information

#A54D48 (or 0xA54D48) is unknown color: approx Apple Blossom. HEX triplet: A5, 4D and 48. RGB value is (165,77,72). Sum of RGB (Red+Green+Blue) = 165+77+72=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D48 is #5AB2B7. Grayscale: #666666. Windows color (decimal): -5943992 or 4738469. OLE color: 4738469.

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

Color convert

RGB1657772-
CMYK00.530.560.35
HSL3.23º39.24%46.47%-
HSV(B)3.23º56.36%64.71%-
XYZ19.3413.777.77-
YUV102.74110.65172.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=52.55%
G=24.52%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165777200.530.560.353.2339.2446.47
HexA54D4803538233272e
Octal245115110065704334756
Binary1010010110011011001000011010111100010001111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D48; }

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

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

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

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

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

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

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

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