#A88E9C

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

Shades of Bouquet #A88E9C

Tints of Bouquet #A88E9C

Color information

#A88E9C (or 0xA88E9C) is unknown color: approx Bouquet. HEX triplet: A8, 8E and 9C. RGB value is (168,142,156). Sum of RGB (Red+Green+Blue) = 168+142+156=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E9C is #577163. Grayscale: #979797. Windows color (decimal): -5730660 or 10260136. OLE color: 10260136.

HSL color Cylindrical-coordinate representation of color #A88E9C: hue angle of 327.69º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A88E9C is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168142156-
CMYK00.150.070.34
HSL327.69º13%60.78%-
HSV(B)327.69º15.48%65.88%-
XYZ31.8230.0735.58-
YUV151.37130.61139.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=36.05%
G=30.47%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814215600.150.070.34327.691360.78
HexA88E9C0F722148d3d
Octal2502162340177425101575
Binary101010001000111010011100011111111000101010010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E9C; }

 p { color: rgb(168,142,156); }

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

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

 a { background-color: rgb(168,142,156); }

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

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

 span { border-color: rgb(168,142,156); }

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