#A04F48

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

Shades of Apple Blossom #A04F48

Tints of Apple Blossom #A04F48

Color information

#A04F48 (or 0xA04F48) is unknown color: approx Apple Blossom. HEX triplet: A0, 4F and 48. RGB value is (160,79,72). Sum of RGB (Red+Green+Blue) = 160+79+72=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F48 is #5FB0B7. Grayscale: #666666. Windows color (decimal): -6271160 or 4738976. OLE color: 4738976.

HSL color Cylindrical-coordinate representation of color #A04F48: hue angle of 4.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04F48 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1607972-
CMYK00.510.550.37
HSL4.77º37.93%45.49%-
HSV(B)4.77º55%62.75%-
XYZ18.4613.537.77-
YUV102.42110.84169.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=51.45%
G=25.40%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160797200.510.550.374.7737.9345.49
HexA04F4803337255262d
Octal240117110063674554655
Binary10100000100111110010000110011110111100101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F48; }

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

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

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

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

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

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

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

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