#A44E4C

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

Shades of Apple Blossom #A44E4C

Tints of Apple Blossom #A44E4C

Color information

#A44E4C (or 0xA44E4C) is unknown color: approx Apple Blossom. HEX triplet: A4, 4E and 4C. RGB value is (164,78,76). Sum of RGB (Red+Green+Blue) = 164+78+76=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E4C is #5BB1B3. Grayscale: #676767. Windows color (decimal): -6009268 or 5000868. OLE color: 5000868.

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

Color convert

RGB1647876-
CMYK00.520.540.36
HSL1.36º36.67%47.06%-
HSV(B)1.36º53.66%64.31%-
XYZ19.3413.868.49-
YUV103.49112.49171.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=51.57%
G=24.53%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164787600.520.540.361.3636.6747.06
HexA44E4C03436241252f
Octal244116114064664414557
Binary101001001001110100110001101001101101001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E4C; }

 p { color: rgb(164,78,76); }

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

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

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

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

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

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

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