#AF8997

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

Shades of Bouquet #AF8997

Tints of Bouquet #AF8997

Color information

#AF8997 (or 0xAF8997) is unknown color: approx Bouquet. HEX triplet: AF, 89 and 97. RGB value is (175,137,151). Sum of RGB (Red+Green+Blue) = 175+137+151=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8997 is #507668. Grayscale: #959595. Windows color (decimal): -5273193 or 9931183. OLE color: 9931183.

HSL color Cylindrical-coordinate representation of color #AF8997: hue angle of 337.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8997 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175137151-
CMYK00.220.140.31
HSL337.89º19.19%61.18%-
HSV(B)337.89º21.71%68.63%-
XYZ32.2129.2433.22-
YUV149.96128.59145.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=37.80%
G=29.59%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513715100.220.140.31337.8919.1961.18
HexAF8997016E1F152133d
Octal25721122702616375222375
Binary10101111100010011001011101011011101111110101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8997; }

 p { color: rgb(175,137,151); }

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

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

 a { background-color: rgb(175,137,151); }

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

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

 span { border-color: rgb(175,137,151); }

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