#A34F48

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

Shades of Apple Blossom #A34F48

Tints of Apple Blossom #A34F48

Color information

#A34F48 (or 0xA34F48) is unknown color: approx Apple Blossom. HEX triplet: A3, 4F and 48. RGB value is (163,79,72). Sum of RGB (Red+Green+Blue) = 163+79+72=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F48 is #5CB0B7. Grayscale: #676767. Windows color (decimal): -6074552 or 4738979. OLE color: 4738979.

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

Color convert

RGB1637972-
CMYK00.520.560.36
HSL4.62º38.72%46.08%-
HSV(B)4.62º55.83%63.92%-
XYZ19.0713.857.8-
YUV103.32110.33170.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=51.91%
G=25.16%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163797200.520.560.364.6238.7246.08
HexA34F4803438245272e
Octal243117110064704454756
Binary10100011100111110010000110100111000100100101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F48; }

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

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

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

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

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

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

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

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