#A3544D

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

Shades of Apple Blossom #A3544D

Tints of Apple Blossom #A3544D

Color information

#A3544D (or 0xA3544D) is unknown color: approx Apple Blossom. HEX triplet: A3, 54 and 4D. RGB value is (163,84,77). Sum of RGB (Red+Green+Blue) = 163+84+77=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3544D is #5CABB2. Grayscale: #6A6A6A. Windows color (decimal): -6073267 or 5067939. OLE color: 5067939.

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

Color convert

RGB1638477-
CMYK00.480.530.36
HSL4.88º35.83%47.06%-
HSV(B)4.88º52.76%63.92%-
XYZ19.6114.668.82-
YUV106.82111.17168.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=50.31%
G=25.93%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163847700.480.530.364.8835.8347.06
HexA3544D03035245242f
Octal243124115060654454457
Binary10100011101010010011010110000110101100100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3544D; }

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

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

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

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

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

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

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

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