#AF5049

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

Shades of Apple Blossom #AF5049

Tints of Apple Blossom #AF5049

Color information

#AF5049 (or 0xAF5049) is unknown color: approx Apple Blossom. HEX triplet: AF, 50 and 49. RGB value is (175,80,73). Sum of RGB (Red+Green+Blue) = 175+80+73=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5049 is #50AFB6. Grayscale: #6B6B6B. Windows color (decimal): -5287863 or 4804783. OLE color: 4804783.

HSL color Cylindrical-coordinate representation of color #AF5049: hue angle of 4.12º 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 #AF5049 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1758073-
CMYK00.540.580.31
HSL4.12º41.13%48.63%-
HSV(B)4.12º58.29%68.63%-
XYZ21.7515.338.12-
YUV107.61108.47176.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=53.35%
G=24.39%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175807300.540.580.314.1241.1348.63
HexAF50490363A1F42931
Octal257120111066723745161
Binary1010111110100001001001011011011101011111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5049; }

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

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

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

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

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

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

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

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