#AF5A58

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

Shades of Apple Blossom #AF5A58

Tints of Apple Blossom #AF5A58

Color information

#AF5A58 (or 0xAF5A58) is unknown color: approx Apple Blossom. HEX triplet: AF, 5A and 58. RGB value is (175,90,88). Sum of RGB (Red+Green+Blue) = 175+90+88=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A58 is #50A5A7. Grayscale: #737373. Windows color (decimal): -5285288 or 5790383. OLE color: 5790383.

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

Color convert

RGB1759088-
CMYK00.490.500.31
HSL1.38º35.22%51.57%-
HSV(B)1.38º49.71%68.63%-
XYZ23.117.1311.32-
YUV115.19112.66170.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=49.58%
G=25.50%
B=24.93%

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
Decimal175908800.490.500.311.3835.2251.57
HexAF5A58031321F12334
Octal257132130061623714364
Binary10101111101101010110000110001110010111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A58; }

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

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

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

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

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

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

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

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