#AF8C9D

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

Shades of Bouquet #AF8C9D

Tints of Bouquet #AF8C9D

Color information

#AF8C9D (or 0xAF8C9D) is unknown color: approx Bouquet. HEX triplet: AF, 8C and 9D. RGB value is (175,140,157). Sum of RGB (Red+Green+Blue) = 175+140+157=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C9D is #507362. Grayscale: #989898. Windows color (decimal): -5272419 or 10325167. OLE color: 10325167.

HSL color Cylindrical-coordinate representation of color #AF8C9D: hue angle of 330.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C9D is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175140157-
CMYK00.20.100.31
HSL330.86º17.95%61.76%-
HSV(B)330.86º20%68.63%-
XYZ33.1430.336-
YUV152.4130.6144.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=37.08%
G=29.66%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514015700.20.100.31330.8617.9561.76
HexAF8C9D014A1F14b123e
Octal25721423502412375132276
Binary10101111100011001001110101010010101111110100101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C9D; }

 p { color: rgb(175,140,157); }

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

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

 a { background-color: rgb(175,140,157); }

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

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

 span { border-color: rgb(175,140,157); }

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