#A34E46

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

Shades of Apple Blossom #A34E46

Tints of Apple Blossom #A34E46

Color information

#A34E46 (or 0xA34E46) is unknown color: approx Apple Blossom. HEX triplet: A3, 4E and 46. RGB value is (163,78,70). Sum of RGB (Red+Green+Blue) = 163+78+70=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E46 is #5CB1B9. Grayscale: #666666. Windows color (decimal): -6074810 or 4607651. OLE color: 4607651.

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

Color convert

RGB1637870-
CMYK00.520.570.36
HSL5.16º39.91%45.69%-
HSV(B)5.16º57.06%63.92%-
XYZ18.9313.687.44-
YUV102.5109.66171.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=52.41%
G=25.08%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163787000.520.570.365.1639.9145.69
HexA34E4603439245282e
Octal243116106064714455056
Binary10100011100111010001100110100111001100100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E46; }

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

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

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

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

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

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

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

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