#AF7A92

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

Shades of Bouquet #AF7A92

Tints of Bouquet #AF7A92

Color information

#AF7A92 (or 0xAF7A92) is unknown color: approx Bouquet. HEX triplet: AF, 7A and 92. RGB value is (175,122,146). Sum of RGB (Red+Green+Blue) = 175+122+146=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A92 is #50856D. Grayscale: #8C8C8C. Windows color (decimal): -5277038 or 9599663. OLE color: 9599663.

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

Color convert

RGB175122146-
CMYK00.300.170.31
HSL332.83º24.88%58.24%-
HSV(B)332.83º30.29%68.63%-
XYZ29.8325.1130.47-
YUV140.58131.06152.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=39.50%
G=27.54%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512214600.300.170.31332.8324.8858.24
HexAF7A9201E111F14d193a
Octal25717222203621375153172
Binary10101111111101010010010011110100011111110100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A92; }

 p { color: rgb(175,122,146); }

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

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

 a { background-color: rgb(175,122,146); }

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

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

 span { border-color: rgb(175,122,146); }

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