#A54F4D

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

Shades of Apple Blossom #A54F4D

Tints of Apple Blossom #A54F4D

Color information

#A54F4D (or 0xA54F4D) is unknown color: approx Apple Blossom. HEX triplet: A5, 4F and 4D. RGB value is (165,79,77). Sum of RGB (Red+Green+Blue) = 165+79+77=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F4D is #5AB0B2. Grayscale: #686868. Windows color (decimal): -5943475 or 5066661. OLE color: 5066661.

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

Color convert

RGB1657977-
CMYK00.520.530.35
HSL1.36º36.36%47.45%-
HSV(B)1.36º53.33%64.71%-
XYZ19.6514.138.71-
YUV104.49112.49171.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=51.40%
G=24.61%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165797700.520.530.351.3636.3647.45
HexA54F4D03435231242f
Octal245117115064654314457
Binary101001011001111100110101101001101011000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F4D; }

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

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

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

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

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

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

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

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