#A34E44

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

Shades of Apple Blossom #A34E44

Tints of Apple Blossom #A34E44

Color information

#A34E44 (or 0xA34E44) is unknown color: approx Apple Blossom. HEX triplet: A3, 4E and 44. RGB value is (163,78,68). Sum of RGB (Red+Green+Blue) = 163+78+68=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E44 is #5CB1BB. Grayscale: #666666. Windows color (decimal): -6074812 or 4476579. OLE color: 4476579.

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

Color convert

RGB1637868-
CMYK00.520.580.36
HSL6.32º41.13%45.29%-
HSV(B)6.32º58.28%63.92%-
XYZ18.8713.657.11-
YUV102.28108.66171.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=52.75%
G=25.24%
B=22.01%

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
Decimal163786800.520.580.366.3241.1345.29
HexA34E440343A246292d
Octal243116104064724465155
Binary10100011100111010001000110100111010100100110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E44; }

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

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

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

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

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

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

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

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