#AF8697

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

Shades of Bouquet #AF8697

Tints of Bouquet #AF8697

Color information

#AF8697 (or 0xAF8697) is unknown color: approx Bouquet. HEX triplet: AF, 86 and 97. RGB value is (175,134,151). Sum of RGB (Red+Green+Blue) = 175+134+151=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8697 is #507968. Grayscale: #949494. Windows color (decimal): -5273961 or 9930415. OLE color: 9930415.

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

Color convert

RGB175134151-
CMYK00.230.140.31
HSL335.12º20.4%60.59%-
HSV(B)335.12º23.43%68.63%-
XYZ31.7928.433.08-
YUV148.2129.58147.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=38.04%
G=29.13%
B=32.83%

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
Decimal17513415100.230.140.31335.1220.460.59
HexAF8697017E1F14f143d
Octal25720622702716375172475
Binary10101111100001101001011101011111101111110100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8697; }

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

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

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

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

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

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

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

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