#A44E45

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

Shades of Apple Blossom #A44E45

Tints of Apple Blossom #A44E45

Color information

#A44E45 (or 0xA44E45) is unknown color: approx Apple Blossom. HEX triplet: A4, 4E and 45. RGB value is (164,78,69). Sum of RGB (Red+Green+Blue) = 164+78+69=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E45 is #5BB1BA. Grayscale: #666666. Windows color (decimal): -6009275 or 4542116. OLE color: 4542116.

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

Color convert

RGB1647869-
CMYK00.520.580.36
HSL5.68º40.77%45.69%-
HSV(B)5.68º57.93%64.31%-
XYZ19.1113.777.28-
YUV102.69108.99171.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=52.73%
G=25.08%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164786900.520.580.365.6840.7745.69
HexA44E450343A246292e
Octal244116105064724465156
Binary10100100100111010001010110100111010100100110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E45; }

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

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

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

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

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

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

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

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