#A88A96

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

Shades of Bouquet #A88A96

Tints of Bouquet #A88A96

Color information

#A88A96 (or 0xA88A96) is unknown color: approx Bouquet. HEX triplet: A8, 8A and 96. RGB value is (168,138,150). Sum of RGB (Red+Green+Blue) = 168+138+150=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A96 is #577569. Grayscale: #949494. Windows color (decimal): -5731690 or 9865896. OLE color: 9865896.

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

Color convert

RGB168138150-
CMYK00.180.110.34
HSL336º14.71%60%-
HSV(B)336º17.86%65.88%-
XYZ30.7428.732.77-
YUV148.34128.94142.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=36.84%
G=30.26%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813815000.180.110.3433614.7160
HexA88A96012B22150f3c
Octal25021222602213425201774
Binary10101000100010101001011001001010111000101010100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A96; }

 p { color: rgb(168,138,150); }

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

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

 a { background-color: rgb(168,138,150); }

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

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

 span { border-color: rgb(168,138,150); }

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