#AF8494

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

Shades of Bouquet #AF8494

Tints of Bouquet #AF8494

Color information

#AF8494 (or 0xAF8494) is unknown color: approx Bouquet. HEX triplet: AF, 84 and 94. RGB value is (175,132,148). Sum of RGB (Red+Green+Blue) = 175+132+148=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8494 is #507B6B. Grayscale: #929292. Windows color (decimal): -5274476 or 9733295. OLE color: 9733295.

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

Color convert

RGB175132148-
CMYK00.250.150.31
HSL337.67º21.18%60.2%-
HSV(B)337.67º24.57%68.63%-
XYZ31.2827.7531.73-
YUV146.68128.75148.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=38.46%
G=29.01%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513214800.250.150.31337.6721.1860.2
HexAF8494019F1F152153c
Octal25720422403117375222574
Binary10101111100001001001010001100111111111110101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8494; }

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

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

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

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

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

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

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

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