#AF7799

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

Shades of Bouquet #AF7799

Tints of Bouquet #AF7799

Color information

#AF7799 (or 0xAF7799) is unknown color: approx Bouquet. HEX triplet: AF, 77 and 99. RGB value is (175,119,153). Sum of RGB (Red+Green+Blue) = 175+119+153=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7799 is #508866. Grayscale: #8B8B8B. Windows color (decimal): -5277799 or 10057647. OLE color: 10057647.

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

Color convert

RGB175119153-
CMYK00.320.130.31
HSL323.57º25.93%57.65%-
HSV(B)323.57º32%68.63%-
XYZ30.0324.6133.3-
YUV139.62135.55153.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=39.15%
G=26.62%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511915300.320.130.31323.5725.9357.65
HexAF7799020D1F1441a3a
Octal25716723104015375043272
Binary10101111111011110011001010000011011111110100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7799; }

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

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

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

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

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

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

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

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