#A66D99

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

Shades of Bouquet #A66D99

Tints of Bouquet #A66D99

Color information

#A66D99 (or 0xA66D99) is unknown color: approx Bouquet. HEX triplet: A6, 6D and 99. RGB value is (166,109,153). Sum of RGB (Red+Green+Blue) = 166+109+153=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D99 is #599266. Grayscale: #828282. Windows color (decimal): -5870183 or 10055078. OLE color: 10055078.

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

Color convert

RGB166109153-
CMYK00.340.080.35
HSL313.68º24.26%53.92%-
HSV(B)313.68º34.34%65.1%-
XYZ26.9421.3432.84-
YUV131.06140.38152.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=38.79%
G=25.47%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610915300.340.080.35313.6824.2653.92
HexA66D9902282313a1836
Octal24615523104210434723066
Binary101001101101101100110010100010100010001110011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D99; }

 p { color: rgb(166,109,153); }

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

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

 a { background-color: rgb(166,109,153); }

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

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

 span { border-color: rgb(166,109,153); }

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