#AF4D49

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

Shades of Apple Blossom #AF4D49

Tints of Apple Blossom #AF4D49

Color information

#AF4D49 (or 0xAF4D49) is unknown color: approx Apple Blossom. HEX triplet: AF, 4D and 49. RGB value is (175,77,73). Sum of RGB (Red+Green+Blue) = 175+77+73=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D49 is #50B2B6. Grayscale: #696969. Windows color (decimal): -5288631 or 4804015. OLE color: 4804015.

HSL color Cylindrical-coordinate representation of color #AF4D49: hue angle of 2.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4D49 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1757773-
CMYK00.560.580.31
HSL2.35º41.13%48.63%-
HSV(B)2.35º58.29%68.63%-
XYZ21.5414.98.04-
YUV105.85109.47177.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=53.85%
G=23.69%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175777300.560.580.312.3541.1348.63
HexAF4D490383A1F22931
Octal257115111070723725161
Binary101011111001101100100101110001110101111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D49; }

 p { color: rgb(175,77,73); }

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

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

 a { background-color: rgb(175,77,73); }

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

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

 span { border-color: rgb(175,77,73); }

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