#A44D4D

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

Shades of Apple Blossom #A44D4D

Tints of Apple Blossom #A44D4D

Color information

#A44D4D (or 0xA44D4D) is unknown color: approx Apple Blossom. HEX triplet: A4, 4D and 4D. RGB value is (164,77,77). Sum of RGB (Red+Green+Blue) = 164+77+77=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D4D is #5BB2B2. Grayscale: #676767. Windows color (decimal): -6009523 or 5066148. OLE color: 5066148.

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

Color convert

RGB1647777-
CMYK00.530.530.36
HSL36.1%47.25%-
HSV(B)53.05%64.31%-
XYZ19.313.748.66-
YUV103.01113.32171.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=51.57%
G=24.21%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164777700.530.530.36036.147.25
HexA44D4D03535240242f
Octal244115115065654404457
Binary101001001001101100110101101011101011001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D4D; }

 p { color: rgb(164,77,77); }

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

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

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

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

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

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

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