#AF8899

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

Shades of Bouquet #AF8899

Tints of Bouquet #AF8899

Color information

#AF8899 (or 0xAF8899) is unknown color: approx Bouquet. HEX triplet: AF, 88 and 99. RGB value is (175,136,153). Sum of RGB (Red+Green+Blue) = 175+136+153=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8899 is #507766. Grayscale: #959595. Windows color (decimal): -5273447 or 10061999. OLE color: 10061999.

HSL color Cylindrical-coordinate representation of color #AF8899: hue angle of 333.85º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8899 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175136153-
CMYK00.220.130.31
HSL333.85º19.6%60.98%-
HSV(B)333.85º22.29%68.63%-
XYZ32.2329.0234.04-
YUV149.6129.92146.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=37.72%
G=29.31%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513615300.220.130.31333.8519.660.98
HexAF8899016D1F14e143d
Octal25721023102615375162475
Binary10101111100010001001100101011011011111110100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8899; }

 p { color: rgb(175,136,153); }

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

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

 a { background-color: rgb(175,136,153); }

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

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

 span { border-color: rgb(175,136,153); }

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