#AF8698

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

Shades of Bouquet #AF8698

Tints of Bouquet #AF8698

Color information

#AF8698 (or 0xAF8698) is unknown color: approx Bouquet. HEX triplet: AF, 86 and 98. RGB value is (175,134,152). Sum of RGB (Red+Green+Blue) = 175+134+152=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8698 is #507967. Grayscale: #949494. Windows color (decimal): -5273960 or 9995951. OLE color: 9995951.

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

Color convert

RGB175134152-
CMYK00.230.130.31
HSL333.66º20.4%60.59%-
HSV(B)333.66º23.43%68.63%-
XYZ31.8728.4333.51-
YUV148.31130.08147.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=37.96%
G=29.07%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513415200.230.130.31333.6620.460.59
HexAF8698017D1F14e143d
Octal25720623002715375162475
Binary10101111100001101001100001011111011111110100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8698; }

 p { color: rgb(175,134,152); }

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

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

 a { background-color: rgb(175,134,152); }

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

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

 span { border-color: rgb(175,134,152); }

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