#AF869C

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

Shades of Bouquet #AF869C

Tints of Bouquet #AF869C

Color information

#AF869C (or 0xAF869C) is unknown color: approx Bouquet. HEX triplet: AF, 86 and 9C. RGB value is (175,134,156). Sum of RGB (Red+Green+Blue) = 175+134+156=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869C is #507963. Grayscale: #949494. Windows color (decimal): -5273956 or 10258095. OLE color: 10258095.

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

Color convert

RGB175134156-
CMYK00.230.110.31
HSL327.8º20.4%60.59%-
HSV(B)327.8º23.43%68.63%-
XYZ32.2128.5635.27-
YUV148.77132.08146.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=37.63%
G=28.82%
B=33.55%

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
Decimal17513415600.230.110.31327.820.460.59
HexAF869C017B1F148143d
Octal25720623402713375102475
Binary10101111100001101001110001011110111111110100100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF869C; }

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

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

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

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

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

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

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

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