#AF8396

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

Shades of Bouquet #AF8396

Tints of Bouquet #AF8396

Color information

#AF8396 (or 0xAF8396) is unknown color: approx Bouquet. HEX triplet: AF, 83 and 96. RGB value is (175,131,150). Sum of RGB (Red+Green+Blue) = 175+131+150=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8396 is #507C69. Grayscale: #929292. Windows color (decimal): -5274730 or 9864111. OLE color: 9864111.

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

Color convert

RGB175131150-
CMYK00.250.140.31
HSL334.09º21.57%60%-
HSV(B)334.09º25.14%68.63%-
XYZ31.327.5532.52-
YUV146.32130.08148.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=38.38%
G=28.73%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513115000.250.140.31334.0921.5760
HexAF8396019E1F14e163c
Octal25720322603116375162674
Binary10101111100000111001011001100111101111110100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8396; }

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

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

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

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

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

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

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

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