#AF8797

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

Shades of Bouquet #AF8797

Tints of Bouquet #AF8797

Color information

#AF8797 (or 0xAF8797) is unknown color: approx Bouquet. HEX triplet: AF, 87 and 97. RGB value is (175,135,151). Sum of RGB (Red+Green+Blue) = 175+135+151=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8797 is #507868. Grayscale: #949494. Windows color (decimal): -5273705 or 9930671. OLE color: 9930671.

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

Color convert

RGB175135151-
CMYK00.230.140.31
HSL336º20%60.78%-
HSV(B)336º22.86%68.63%-
XYZ31.9328.6833.13-
YUV148.78129.25146.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=37.96%
G=29.28%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513515100.230.140.313362060.78
HexAF8797017E1F150143d
Octal25720722702716375202475
Binary10101111100001111001011101011111101111110101000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8797; }

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

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

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

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

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

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

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

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