#AF8199

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

Shades of Bouquet #AF8199

Tints of Bouquet #AF8199

Color information

#AF8199 (or 0xAF8199) is unknown color: approx Bouquet. HEX triplet: AF, 81 and 99. RGB value is (175,129,153). Sum of RGB (Red+Green+Blue) = 175+129+153=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8199 is #507E66. Grayscale: #919191. Windows color (decimal): -5275239 or 10060207. OLE color: 10060207.

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

Color convert

RGB175129153-
CMYK00.260.130.31
HSL328.7º22.33%59.61%-
HSV(B)328.7º26.29%68.63%-
XYZ31.2827.1133.72-
YUV145.49132.24149.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=38.29%
G=28.23%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512915300.260.130.31328.722.3359.61
HexAF819901AD1F149163c
Octal25720123103215375112674
Binary10101111100000011001100101101011011111110100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8199; }

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

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

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

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

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

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

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

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