#A08D9C

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

Shades of Bouquet #A08D9C

Tints of Bouquet #A08D9C

Color information

#A08D9C (or 0xA08D9C) is unknown color: approx Bouquet. HEX triplet: A0, 8D and 9C. RGB value is (160,141,156). Sum of RGB (Red+Green+Blue) = 160+141+156=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D9C is #5F7263. Grayscale: #949494. Windows color (decimal): -6255204 or 10259872. OLE color: 10259872.

HSL color Cylindrical-coordinate representation of color #A08D9C: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A08D9C is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160141156-
CMYK00.120.020.37
HSL312.63º9.09%59.02%-
HSV(B)312.63º11.87%62.75%-
XYZ30.0228.9235.45-
YUV148.39132.29136.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=35.01%
G=30.85%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014115600.120.020.37312.639.0959.02
HexA08D9C0C22513993b
Octal2402152340142454711173
Binary10100000100011011001110001100101001011001110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D9C; }

 p { color: rgb(160,141,156); }

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

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

 a { background-color: rgb(160,141,156); }

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

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

 span { border-color: rgb(160,141,156); }

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