#AF8798

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

Shades of Bouquet #AF8798

Tints of Bouquet #AF8798

Color information

#AF8798 (or 0xAF8798) is unknown color: approx Bouquet. HEX triplet: AF, 87 and 98. RGB value is (175,135,152). Sum of RGB (Red+Green+Blue) = 175+135+152=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8798 is #507867. Grayscale: #949494. Windows color (decimal): -5273704 or 9996207. OLE color: 9996207.

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

Color convert

RGB175135152-
CMYK00.230.130.31
HSL334.5º20%60.78%-
HSV(B)334.5º22.86%68.63%-
XYZ32.0128.7133.56-
YUV148.9129.75146.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=37.88%
G=29.22%
B=32.90%

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
Decimal17513515200.230.130.31334.52060.78
HexAF8798017D1F14e143d
Octal25720723002715375162475
Binary10101111100001111001100001011111011111110100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8798; }

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

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

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

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

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

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

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

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