#AF859C

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

Shades of Bouquet #AF859C

Tints of Bouquet #AF859C

Color information

#AF859C (or 0xAF859C) is unknown color: approx Bouquet. HEX triplet: AF, 85 and 9C. RGB value is (175,133,156). Sum of RGB (Red+Green+Blue) = 175+133+156=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF859C is #507A63. Grayscale: #949494. Windows color (decimal): -5274212 or 10257839. OLE color: 10257839.

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

Color convert

RGB175133156-
CMYK00.240.110.31
HSL327.14º20.79%60.39%-
HSV(B)327.14º24%68.63%-
XYZ32.0728.2935.22-
YUV148.18132.41147.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=37.72%
G=28.66%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513315600.240.110.31327.1420.7960.39
HexAF859C018B1F147153c
Octal25720523403013375072574
Binary10101111100001011001110001100010111111110100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF859C; }

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

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

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

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

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

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

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

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