#A04F4D

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

Shades of Apple Blossom #A04F4D

Tints of Apple Blossom #A04F4D

Color information

#A04F4D (or 0xA04F4D) is unknown color: approx Apple Blossom. HEX triplet: A0, 4F and 4D. RGB value is (160,79,77). Sum of RGB (Red+Green+Blue) = 160+79+77=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F4D is #5FB0B2. Grayscale: #676767. Windows color (decimal): -6271155 or 5066656. OLE color: 5066656.

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

Color convert

RGB1607977-
CMYK00.510.520.37
HSL1.45º35.02%46.47%-
HSV(B)1.45º51.88%62.75%-
XYZ18.6313.68.66-
YUV102.99113.34168.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=50.63%
G=25%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160797700.510.520.371.4535.0246.47
HexA04F4D03334251232e
Octal240117115063644514356
Binary101000001001111100110101100111101001001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F4D; }

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

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

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

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

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

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

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

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