#AF8497

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

Shades of Bouquet #AF8497

Tints of Bouquet #AF8497

Color information

#AF8497 (or 0xAF8497) is unknown color: approx Bouquet. HEX triplet: AF, 84 and 97. RGB value is (175,132,151). Sum of RGB (Red+Green+Blue) = 175+132+151=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8497 is #507B68. Grayscale: #929292. Windows color (decimal): -5274473 or 9929903. OLE color: 9929903.

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

Color convert

RGB175132151-
CMYK00.250.140.31
HSL333.49º21.18%60.2%-
HSV(B)333.49º24.57%68.63%-
XYZ31.5227.8532.99-
YUV147.02130.25147.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=38.21%
G=28.82%
B=32.97%

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
Decimal17513215100.250.140.31333.4921.1860.2
HexAF8497019E1F14d153c
Octal25720422703116375152574
Binary10101111100001001001011101100111101111110100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8497; }

 p { color: rgb(175,132,151); }

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

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

 a { background-color: rgb(175,132,151); }

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

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

 span { border-color: rgb(175,132,151); }

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