#AF8B9B

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

Shades of Bouquet #AF8B9B

Tints of Bouquet #AF8B9B

Color information

#AF8B9B (or 0xAF8B9B) is unknown color: approx Bouquet. HEX triplet: AF, 8B and 9B. RGB value is (175,139,155). Sum of RGB (Red+Green+Blue) = 175+139+155=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B9B is #507464. Grayscale: #979797. Windows color (decimal): -5272677 or 10193839. OLE color: 10193839.

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

Color convert

RGB175139155-
CMYK00.210.110.31
HSL333.33º18.37%61.57%-
HSV(B)333.33º20.57%68.63%-
XYZ32.8329.9535.06-
YUV151.59129.93144.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=37.31%
G=29.64%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513915500.210.110.31333.3318.3761.57
HexAF8B9B015B1F14d123e
Octal25721323302513375152276
Binary10101111100010111001101101010110111111110100110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B9B; }

 p { color: rgb(175,139,155); }

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

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

 a { background-color: rgb(175,139,155); }

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

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

 span { border-color: rgb(175,139,155); }

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