#A6818F

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

Shades of Bouquet #A6818F

Tints of Bouquet #A6818F

Color information

#A6818F (or 0xA6818F) is unknown color: approx Bouquet. HEX triplet: A6, 81 and 8F. RGB value is (166,129,143). Sum of RGB (Red+Green+Blue) = 166+129+143=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6818F is #597E70. Grayscale: #8D8D8D. Windows color (decimal): -5865073 or 9404838. OLE color: 9404838.

HSL color Cylindrical-coordinate representation of color #A6818F: hue angle of 337.3º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6818F is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB166129143-
CMYK00.220.140.35
HSL337.3º17.21%57.84%-
HSV(B)337.3º22.29%65.1%-
XYZ28.5325.7929.46-
YUV141.66128.76145.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=37.90%
G=29.45%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612914300.220.140.35337.317.2157.84
HexA6818F016E23151113a
Octal24620121702616435212172
Binary101001101000000110001111010110111010001110101000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6818F; }

 p { color: rgb(166,129,143); }

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

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

 a { background-color: rgb(166,129,143); }

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

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

 span { border-color: rgb(166,129,143); }

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