#A5544F

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

Shades of Apple Blossom #A5544F

Tints of Apple Blossom #A5544F

Color information

#A5544F (or 0xA5544F) is unknown color: approx Apple Blossom. HEX triplet: A5, 54 and 4F. RGB value is (165,84,79). Sum of RGB (Red+Green+Blue) = 165+84+79=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5544F is #5AABB0. Grayscale: #6B6B6B. Windows color (decimal): -5942193 or 5199013. OLE color: 5199013.

HSL color Cylindrical-coordinate representation of color #A5544F: hue angle of 3.49º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5544F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1658479-
CMYK00.490.520.35
HSL3.49º35.25%47.84%-
HSV(B)3.49º52.12%64.71%-
XYZ20.114.99.21-
YUV107.65111.84168.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=50.30%
G=25.61%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165847900.490.520.353.4935.2547.84
HexA5544F031342332330
Octal245124117061644334360
Binary1010010110101001001111011000111010010001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5544F; }

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

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

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

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

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

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

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

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