#AF8998

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

Shades of Bouquet #AF8998

Tints of Bouquet #AF8998

Color information

#AF8998 (or 0xAF8998) is unknown color: approx Bouquet. HEX triplet: AF, 89 and 98. RGB value is (175,137,152). Sum of RGB (Red+Green+Blue) = 175+137+152=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8998 is #507667. Grayscale: #969696. Windows color (decimal): -5273192 or 9996719. OLE color: 9996719.

HSL color Cylindrical-coordinate representation of color #AF8998: hue angle of 336.32º degrees, saturation: 0.19, 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 #AF8998 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175137152-
CMYK00.220.130.31
HSL336.32º19.19%61.18%-
HSV(B)336.32º21.71%68.63%-
XYZ32.2929.2733.65-
YUV150.07129.09145.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=37.72%
G=29.53%
B=32.76%

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
Decimal17513715200.220.130.31336.3219.1961.18
HexAF8998016D1F150133d
Octal25721123002615375202375
Binary10101111100010011001100001011011011111110101000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8998; }

 p { color: rgb(175,137,152); }

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

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

 a { background-color: rgb(175,137,152); }

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

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

 span { border-color: rgb(175,137,152); }

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