#AF5A57

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

Shades of Apple Blossom #AF5A57

Tints of Apple Blossom #AF5A57

Color information

#AF5A57 (or 0xAF5A57) is unknown color: approx Apple Blossom. HEX triplet: AF, 5A and 57. RGB value is (175,90,87). Sum of RGB (Red+Green+Blue) = 175+90+87=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A57 is #50A5A8. Grayscale: #737373. Windows color (decimal): -5285289 or 5724847. OLE color: 5724847.

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

Color convert

RGB1759087-
CMYK00.490.500.31
HSL2.05º35.48%51.37%-
HSV(B)2.05º50.29%68.63%-
XYZ23.0617.1111.11-
YUV115.07112.16170.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=49.72%
G=25.57%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175908700.490.500.312.0535.4851.37
HexAF5A57031321F22333
Octal257132127061623724363
Binary101011111011010101011101100011100101111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A57; }

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

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

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

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

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

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

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

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