#AF8499

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

Shades of Bouquet #AF8499

Tints of Bouquet #AF8499

Color information

#AF8499 (or 0xAF8499) is unknown color: approx Bouquet. HEX triplet: AF, 84 and 99. RGB value is (175,132,153). Sum of RGB (Red+Green+Blue) = 175+132+153=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8499 is #507B66. Grayscale: #939393. Windows color (decimal): -5274471 or 10060975. OLE color: 10060975.

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

Color convert

RGB175132153-
CMYK00.250.130.31
HSL330.7º21.18%60.2%-
HSV(B)330.7º24.57%68.63%-
XYZ31.6827.9233.86-
YUV147.25131.25147.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=38.04%
G=28.70%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513215300.250.130.31330.721.1860.2
HexAF8499019D1F14b153c
Octal25720423103115375132574
Binary10101111100001001001100101100111011111110100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8499; }

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

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

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

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

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

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

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

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