#AF8596

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

Shades of Bouquet #AF8596

Tints of Bouquet #AF8596

Color information

#AF8596 (or 0xAF8596) is unknown color: approx Bouquet. HEX triplet: AF, 85 and 96. RGB value is (175,133,150). Sum of RGB (Red+Green+Blue) = 175+133+150=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8596 is #507A69. Grayscale: #939393. Windows color (decimal): -5274218 or 9864623. OLE color: 9864623.

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

Color convert

RGB175133150-
CMYK00.240.140.31
HSL335.71º20.79%60.39%-
HSV(B)335.71º24%68.63%-
XYZ31.5728.0932.61-
YUV147.5129.41147.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=38.21%
G=29.04%
B=32.75%

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
Decimal17513315000.240.140.31335.7120.7960.39
HexAF8596018E1F150153c
Octal25720522603016375202574
Binary10101111100001011001011001100011101111110101000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8596; }

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

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

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

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

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

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

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

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