#A0929C

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

Shades of Bouquet #A0929C

Tints of Bouquet #A0929C

Color information

#A0929C (or 0xA0929C) is unknown color: approx Bouquet. HEX triplet: A0, 92 and 9C. RGB value is (160,146,156). Sum of RGB (Red+Green+Blue) = 160+146+156=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A0929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0929C is #5F6D63. Grayscale: #979797. Windows color (decimal): -6253924 or 10261152. OLE color: 10261152.

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

Color convert

RGB160146156-
CMYK00.090.020.37
HSL317.14º6.86%60%-
HSV(B)317.14º8.75%62.75%-
XYZ30.7830.4335.7-
YUV151.33130.64134.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=34.63%
G=31.60%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014615600.090.020.37317.146.8660
HexA0929C0922513d73c
Octal240222234011245475774
Binary1010000010010010100111000100110100101100111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0929C; }

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

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

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

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

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

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

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

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