#AF8599

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

Shades of Bouquet #AF8599

Tints of Bouquet #AF8599

Color information

#AF8599 (or 0xAF8599) is unknown color: approx Bouquet. HEX triplet: AF, 85 and 99. RGB value is (175,133,153). Sum of RGB (Red+Green+Blue) = 175+133+153=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8599 is #507A66. Grayscale: #939393. Windows color (decimal): -5274215 or 10061231. OLE color: 10061231.

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

Color convert

RGB175133153-
CMYK00.240.130.31
HSL331.43º20.79%60.39%-
HSV(B)331.43º24%68.63%-
XYZ31.8228.1933.9-
YUV147.84130.91147.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=37.96%
G=28.85%
B=33.19%

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
Decimal17513315300.240.130.31331.4320.7960.39
HexAF8599018D1F14b153c
Octal25720523103015375132574
Binary10101111100001011001100101100011011111110100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8599; }

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

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

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

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

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

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

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

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