#A1544E

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

Shades of Apple Blossom #A1544E

Tints of Apple Blossom #A1544E

Color information

#A1544E (or 0xA1544E) is unknown color: approx Apple Blossom. HEX triplet: A1, 54 and 4E. RGB value is (161,84,78). Sum of RGB (Red+Green+Blue) = 161+84+78=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1544E is #5EABB1. Grayscale: #6A6A6A. Windows color (decimal): -6204338 or 5133473. OLE color: 5133473.

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

Color convert

RGB1618478-
CMYK00.480.520.37
HSL4.34º34.73%46.86%-
HSV(B)4.34º51.55%63.14%-
XYZ19.2414.478.99-
YUV106.34112.01166.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=49.85%
G=26.01%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161847800.480.520.374.3434.7346.86
HexA1544E03034254232f
Octal241124116060644544357
Binary10100001101010010011100110000110100100101100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1544E; }

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

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

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

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

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

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

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

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