#AF8296

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

Shades of Bouquet #AF8296

Tints of Bouquet #AF8296

Color information

#AF8296 (or 0xAF8296) is unknown color: approx Bouquet. HEX triplet: AF, 82 and 96. RGB value is (175,130,150). Sum of RGB (Red+Green+Blue) = 175+130+150=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8296 is #507D69. Grayscale: #919191. Windows color (decimal): -5274986 or 9863855. OLE color: 9863855.

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

Color convert

RGB175130150-
CMYK00.260.140.31
HSL333.33º21.95%59.8%-
HSV(B)333.33º25.71%68.63%-
XYZ31.1727.2832.48-
YUV145.73130.41148.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=38.46%
G=28.57%
B=32.97%

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
Decimal17513015000.260.140.31333.3321.9559.8
HexAF829601AE1F14d163c
Octal25720222603216375152674
Binary10101111100000101001011001101011101111110100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8296; }

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

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

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

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

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

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

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

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