#A66F96

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

Shades of Bouquet #A66F96

Tints of Bouquet #A66F96

Color information

#A66F96 (or 0xA66F96) is unknown color: approx Bouquet. HEX triplet: A6, 6F and 96. RGB value is (166,111,150). Sum of RGB (Red+Green+Blue) = 166+111+150=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F96 is #599069. Grayscale: #838383. Windows color (decimal): -5869674 or 9858982. OLE color: 9858982.

HSL color Cylindrical-coordinate representation of color #A66F96: hue angle of 317.45º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F96 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166111150-
CMYK00.330.100.35
HSL317.45º23.61%54.31%-
HSV(B)317.45º33.13%65.1%-
XYZ26.9221.6831.62-
YUV131.89138.22152.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=38.88%
G=26.00%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611115000.330.100.35317.4523.6154.31
HexA66F96021A2313d1836
Octal24615722604112434753066
Binary101001101101111100101100100001101010001110011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F96; }

 p { color: rgb(166,111,150); }

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

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

 a { background-color: rgb(166,111,150); }

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

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

 span { border-color: rgb(166,111,150); }

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