#A6909E

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

Shades of Bouquet #A6909E

Tints of Bouquet #A6909E

Color information

#A6909E (or 0xA6909E) is unknown color: approx Bouquet. HEX triplet: A6, 90 and 9E. RGB value is (166,144,158). Sum of RGB (Red+Green+Blue) = 166+144+158=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A6909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6909E is #596F61. Grayscale: #989898. Windows color (decimal): -5861218 or 10391718. OLE color: 10391718.

HSL color Cylindrical-coordinate representation of color #A6909E: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6909E is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166144158-
CMYK00.130.050.35
HSL321.82º11%60.78%-
HSV(B)321.82º13.25%65.1%-
XYZ31.8730.5236.56-
YUV152.17131.29137.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=35.47%
G=30.77%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614415800.130.050.35321.821160.78
HexA6909E0D523142b3d
Octal2462202360155435021375
Binary101001101001000010011110011011011000111010000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6909E; }

 p { color: rgb(166,144,158); }

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

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

 a { background-color: rgb(166,144,158); }

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

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

 span { border-color: rgb(166,144,158); }

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