#AF5B58

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

Shades of Apple Blossom #AF5B58

Tints of Apple Blossom #AF5B58

Color information

#AF5B58 (or 0xAF5B58) is unknown color: approx Apple Blossom. HEX triplet: AF, 5B and 58. RGB value is (175,91,88). Sum of RGB (Red+Green+Blue) = 175+91+88=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B58 is #50A4A7. Grayscale: #737373. Windows color (decimal): -5285032 or 5790639. OLE color: 5790639.

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

Color convert

RGB1759188-
CMYK00.480.500.31
HSL2.07º35.22%51.57%-
HSV(B)2.07º49.71%68.63%-
XYZ23.1817.311.35-
YUV115.77112.33170.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=49.44%
G=25.71%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175918800.480.500.312.0735.2251.57
HexAF5B58030321F22334
Octal257133130060623724364
Binary101011111011011101100001100001100101111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B58; }

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

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

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

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

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

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

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

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