#A3544F

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

Shades of Apple Blossom #A3544F

Tints of Apple Blossom #A3544F

Color information

#A3544F (or 0xA3544F) is unknown color: approx Apple Blossom. HEX triplet: A3, 54 and 4F. RGB value is (163,84,79). Sum of RGB (Red+Green+Blue) = 163+84+79=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3544F is #5CABB0. Grayscale: #6B6B6B. Windows color (decimal): -6073265 or 5199011. OLE color: 5199011.

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

Color convert

RGB1638479-
CMYK00.480.520.36
HSL3.57º34.71%47.45%-
HSV(B)3.57º51.53%63.92%-
XYZ19.6914.699.2-
YUV107.05112.17167.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=50%
G=25.77%
B=24.23%

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
Decimal163847900.480.520.363.5734.7147.45
HexA3544F03034244232f
Octal243124117060644444357
Binary10100011101010010011110110000110100100100100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3544F; }

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

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

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

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

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

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

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

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