#AF8598

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

Shades of Bouquet #AF8598

Tints of Bouquet #AF8598

Color information

#AF8598 (or 0xAF8598) is unknown color: approx Bouquet. HEX triplet: AF, 85 and 98. RGB value is (175,133,152). Sum of RGB (Red+Green+Blue) = 175+133+152=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8598 is #507A67. Grayscale: #939393. Windows color (decimal): -5274216 or 9995695. OLE color: 9995695.

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

Color convert

RGB175133152-
CMYK00.240.130.31
HSL332.86º20.79%60.39%-
HSV(B)332.86º24%68.63%-
XYZ31.7328.1633.47-
YUV147.72130.41147.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=38.04%
G=28.91%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513315200.240.130.31332.8620.7960.39
HexAF8598018D1F14d153c
Octal25720523003015375152574
Binary10101111100001011001100001100011011111110100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8598; }

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

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

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

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

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

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

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

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