#A5544E

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

Shades of Apple Blossom #A5544E

Tints of Apple Blossom #A5544E

Color information

#A5544E (or 0xA5544E) is unknown color: approx Apple Blossom. HEX triplet: A5, 54 and 4E. RGB value is (165,84,78). Sum of RGB (Red+Green+Blue) = 165+84+78=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5544E is #5AABB1. Grayscale: #6B6B6B. Windows color (decimal): -5942194 or 5133477. OLE color: 5133477.

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

Color convert

RGB1658478-
CMYK00.490.530.35
HSL4.14º35.8%47.65%-
HSV(B)4.14º52.73%64.71%-
XYZ20.0614.899.02-
YUV107.54111.34168.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=50.46%
G=25.69%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165847800.490.530.354.1435.847.65
HexA5544E031352342430
Octal245124116061654344460
Binary10100101101010010011100110001110101100011100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5544E; }

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

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

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

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

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

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

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

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