#AF869D

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

Shades of Bouquet #AF869D

Tints of Bouquet #AF869D

Color information

#AF869D (or 0xAF869D) is unknown color: approx Bouquet. HEX triplet: AF, 86 and 9D. RGB value is (175,134,157). Sum of RGB (Red+Green+Blue) = 175+134+157=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869D is #507962. Grayscale: #949494. Windows color (decimal): -5273955 or 10323631. OLE color: 10323631.

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

Color convert

RGB175134157-
CMYK00.230.100.31
HSL326.34º20.4%60.59%-
HSV(B)326.34º23.43%68.63%-
XYZ32.2928.635.72-
YUV148.88132.58146.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=37.55%
G=28.76%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513415700.230.100.31326.3420.460.59
HexAF869D017A1F146143d
Octal25720623502712375062475
Binary10101111100001101001110101011110101111110100011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF869D; }

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

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

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

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

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

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

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

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