#af5f56

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

Shades of Apple Blossom #AF5F56

Tints of Apple Blossom #AF5F56

Color information

#AF5F56 (or 0xAF5F56) is unknown color: approx Apple Blossom. HEX triplet: AF, 5F and 56. RGB value is (175,95,86). Sum of RGB (Red+Green+Blue) = 175+95+86=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F56 is #50A0A9. Grayscale: #767676. Windows color (decimal): -5284010 or 5660591. OLE color: 5660591.

HSL color Cylindrical-coordinate representation of color #AF5F56: hue angle of 6.07º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5F56 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1759586-
CMYK00.460.510.31
HSL6.07º35.74%51.18%-
HSV(B)6.07º50.86%68.63%-
XYZ23.4517.9711.04-
YUV117.89110168.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=49.16%
G=26.69%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175958600.460.510.316.0735.7451.18
HexAF5F5602E331F62433
Octal257137126056633764463
Binary1010111110111111010110010111011001111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5f56; }

 p { color: rgb(175,95,86); }

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

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

 a { background-color: rgb(175,95,86); }

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

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

 span { border-color: rgb(175,95,86); }

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