#AF879C

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

Shades of Bouquet #AF879C

Tints of Bouquet #AF879C

Color information

#AF879C (or 0xAF879C) is unknown color: approx Bouquet. HEX triplet: AF, 87 and 9C. RGB value is (175,135,156). Sum of RGB (Red+Green+Blue) = 175+135+156=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879C is #507863. Grayscale: #959595. Windows color (decimal): -5273700 or 10258351. OLE color: 10258351.

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

Color convert

RGB175135156-
CMYK00.230.110.31
HSL328.5º20%60.78%-
HSV(B)328.5º22.86%68.63%-
XYZ32.3428.8435.31-
YUV149.35131.75146.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=37.55%
G=28.97%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513515600.230.110.31328.52060.78
HexAF879C017B1F148143d
Octal25720723402713375102475
Binary10101111100001111001110001011110111111110100100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF879C; }

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

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

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

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

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

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

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

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