#A2544E

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

Shades of Apple Blossom #A2544E

Tints of Apple Blossom #A2544E

Color information

#A2544E (or 0xA2544E) is unknown color: approx Apple Blossom. HEX triplet: A2, 54 and 4E. RGB value is (162,84,78). Sum of RGB (Red+Green+Blue) = 162+84+78=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2544E is #5DABB1. Grayscale: #6A6A6A. Windows color (decimal): -6138802 or 5133474. OLE color: 5133474.

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

Color convert

RGB1628478-
CMYK00.480.520.36
HSL4.29º35%47.06%-
HSV(B)4.29º51.85%63.53%-
XYZ19.4514.579-
YUV106.64111.84167.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=50%
G=25.93%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162847800.480.520.364.293547.06
HexA2544E03034244232f
Octal242124116060644444357
Binary10100010101010010011100110000110100100100100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2544E; }

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

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

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

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

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

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

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

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