#AF899A

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

Shades of Bouquet #AF899A

Tints of Bouquet #AF899A

Color information

#AF899A (or 0xAF899A) is unknown color: approx Bouquet. HEX triplet: AF, 89 and 9A. RGB value is (175,137,154). Sum of RGB (Red+Green+Blue) = 175+137+154=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF899A is #507665. Grayscale: #969696. Windows color (decimal): -5273190 or 10127791. OLE color: 10127791.

HSL color Cylindrical-coordinate representation of color #AF899A: hue angle of 333.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF899A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB175137154-
CMYK00.220.120.31
HSL333.16º19.19%61.18%-
HSV(B)333.16º21.71%68.63%-
XYZ32.4629.3434.52-
YUV150.3130.09145.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=37.55%
G=29.40%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513715400.220.120.31333.1619.1961.18
HexAF899A016C1F14d133d
Octal25721123202614375152375
Binary10101111100010011001101001011011001111110100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF899A; }

 p { color: rgb(175,137,154); }

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

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

 a { background-color: rgb(175,137,154); }

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

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

 span { border-color: rgb(175,137,154); }

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