#AF8196

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

Shades of Bouquet #AF8196

Tints of Bouquet #AF8196

Color information

#AF8196 (or 0xAF8196) is unknown color: approx Bouquet. HEX triplet: AF, 81 and 96. RGB value is (175,129,150). Sum of RGB (Red+Green+Blue) = 175+129+150=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8196 is #507E69. Grayscale: #919191. Windows color (decimal): -5275242 or 9863599. OLE color: 9863599.

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

Color convert

RGB175129150-
CMYK00.260.140.31
HSL332.61º22.33%59.61%-
HSV(B)332.61º26.29%68.63%-
XYZ31.0327.0232.43-
YUV145.15130.74149.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=38.55%
G=28.41%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512915000.260.140.31332.6122.3359.61
HexAF819601AE1F14d163c
Octal25720122603216375152674
Binary10101111100000011001011001101011101111110100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8196; }

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

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

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

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

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

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

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

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