#A34F49

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

Shades of Apple Blossom #A34F49

Tints of Apple Blossom #A34F49

Color information

#A34F49 (or 0xA34F49) is unknown color: approx Apple Blossom. HEX triplet: A3, 4F and 49. RGB value is (163,79,73). Sum of RGB (Red+Green+Blue) = 163+79+73=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F49 is #5CB0B6. Grayscale: #676767. Windows color (decimal): -6074551 or 4804515. OLE color: 4804515.

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

Color convert

RGB1637973-
CMYK00.520.550.36
HSL38.14%46.27%-
HSV(B)55.21%63.92%-
XYZ19.113.867.97-
YUV103.43110.83170.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=51.75%
G=25.08%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163797300.520.550.36438.1446.27
HexA34F4903437244262e
Octal243117111064674444656
Binary10100011100111110010010110100110111100100100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F49; }

 p { color: rgb(163,79,73); }

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

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

 a { background-color: rgb(163,79,73); }

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

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

 span { border-color: rgb(163,79,73); }

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