#A88092

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

Shades of Bouquet #A88092

Tints of Bouquet #A88092

Color information

#A88092 (or 0xA88092) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 92. RGB value is (168,128,146). Sum of RGB (Red+Green+Blue) = 168+128+146=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A88092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88092 is #577F6D. Grayscale: #8D8D8D. Windows color (decimal): -5734254 or 9601192. OLE color: 9601192.

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

Color convert

RGB168128146-
CMYK00.240.130.34
HSL333º18.69%58.04%-
HSV(B)333º23.81%65.88%-
XYZ29.0625.8430.65-
YUV142.01130.25146.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=38.01%
G=28.96%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812814600.240.130.3433318.6958.04
HexA88092018D2214d133a
Octal25020022203015425152372
Binary101010001000000010010010011000110110001010100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88092; }

 p { color: rgb(168,128,146); }

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

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

 a { background-color: rgb(168,128,146); }

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

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

 span { border-color: rgb(168,128,146); }

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