#AF5F57

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

Shades of Apple Blossom #AF5F57

Tints of Apple Blossom #AF5F57

Color information

#AF5F57 (or 0xAF5F57) is unknown color: approx Apple Blossom. HEX triplet: AF, 5F and 57. RGB value is (175,95,87). Sum of RGB (Red+Green+Blue) = 175+95+87=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F57 is #50A0A8. Grayscale: #767676. Windows color (decimal): -5284009 or 5726127. OLE color: 5726127.

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

Color convert

RGB1759587-
CMYK00.460.500.31
HSL5.45º35.48%51.37%-
HSV(B)5.45º50.29%68.63%-
XYZ23.4917.9911.25-
YUV118.01110.5168.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 87 (34.38% from 255) = 24.37%
R=49.02%
G=26.61%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175958700.460.500.315.4535.4851.37
HexAF5F5702E321F52333
Octal257137127056623754363
Binary1010111110111111010111010111011001011111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F57; }

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

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

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

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

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

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

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

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