#A0909C

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

Shades of Bouquet #A0909C

Tints of Bouquet #A0909C

Color information

#A0909C (or 0xA0909C) is unknown color: approx Bouquet. HEX triplet: A0, 90 and 9C. RGB value is (160,144,156). Sum of RGB (Red+Green+Blue) = 160+144+156=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A0909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0909C is #5F6F63. Grayscale: #969696. Windows color (decimal): -6254436 or 10260640. OLE color: 10260640.

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

Color convert

RGB160144156-
CMYK00.10.020.37
HSL315º7.77%59.61%-
HSV(B)315º10%62.75%-
XYZ30.4729.8235.6-
YUV150.15131.3135.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=34.78%
G=31.30%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014415600.10.020.373157.7759.61
HexA0909C0A22513b83c
Octal2402202340122454731074
Binary10100000100100001001110001010101001011001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0909C; }

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

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

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

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

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

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

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

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