#AF8597

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

Shades of Bouquet #AF8597

Tints of Bouquet #AF8597

Color information

#AF8597 (or 0xAF8597) is unknown color: approx Bouquet. HEX triplet: AF, 85 and 97. RGB value is (175,133,151). Sum of RGB (Red+Green+Blue) = 175+133+151=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8597 is #507A68. Grayscale: #939393. Windows color (decimal): -5274217 or 9930159. OLE color: 9930159.

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

Color convert

RGB175133151-
CMYK00.240.140.31
HSL334.29º20.79%60.39%-
HSV(B)334.29º24%68.63%-
XYZ31.6528.1233.04-
YUV147.61129.91147.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=38.13%
G=28.98%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513315100.240.140.31334.2920.7960.39
HexAF8597018E1F14e153c
Octal25720522703016375162574
Binary10101111100001011001011101100011101111110100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8597; }

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

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

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

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

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

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

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

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