#A44E44

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

Shades of Apple Blossom #A44E44

Tints of Apple Blossom #A44E44

Color information

#A44E44 (or 0xA44E44) is unknown color: approx Apple Blossom. HEX triplet: A4, 4E and 44. RGB value is (164,78,68). Sum of RGB (Red+Green+Blue) = 164+78+68=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E44 is #5BB1BB. Grayscale: #666666. Windows color (decimal): -6009276 or 4476580. OLE color: 4476580.

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

Color convert

RGB1647868-
CMYK00.520.590.36
HSL6.25º41.38%45.49%-
HSV(B)6.25º58.54%64.31%-
XYZ19.0813.767.12-
YUV102.57108.49171.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=52.90%
G=25.16%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164786800.520.590.366.2541.3845.49
HexA44E440343B246292d
Octal244116104064734465155
Binary10100100100111010001000110100111011100100110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E44; }

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

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

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

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

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

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

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

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