#AF7999

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

Shades of Bouquet #AF7999

Tints of Bouquet #AF7999

Color information

#AF7999 (or 0xAF7999) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 99. RGB value is (175,121,153). Sum of RGB (Red+Green+Blue) = 175+121+153=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7999 is #508666. Grayscale: #8C8C8C. Windows color (decimal): -5277287 or 10058159. OLE color: 10058159.

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

Color convert

RGB175121153-
CMYK00.310.130.31
HSL324.44º25.23%58.04%-
HSV(B)324.44º30.86%68.63%-
XYZ30.2725.0933.38-
YUV140.79134.89152.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=38.98%
G=26.95%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512115300.310.130.31324.4425.2358.04
HexAF799901FD1F144193a
Octal25717123103715375043172
Binary1010111111110011001100101111111011111110100010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7999; }

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

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

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

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

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

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

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

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