#A68590

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

Shades of Bouquet #A68590

Tints of Bouquet #A68590

Color information

#A68590 (or 0xA68590) is unknown color: approx Bouquet. HEX triplet: A6, 85 and 90. RGB value is (166,133,144). Sum of RGB (Red+Green+Blue) = 166+133+144=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68590 is #597A6F. Grayscale: #909090. Windows color (decimal): -5864048 or 9471398. OLE color: 9471398.

HSL color Cylindrical-coordinate representation of color #A68590: hue angle of 340º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68590 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166133144-
CMYK00.200.130.35
HSL340º15.64%58.63%-
HSV(B)340º19.88%65.1%-
XYZ29.1526.930.04-
YUV144.12127.93143.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=37.47%
G=30.02%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613314400.200.130.3534015.6458.63
HexA68590014D23154103b
Octal24620522002415435242073
Binary101001101000010110010000010100110110001110101010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68590; }

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

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

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

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

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

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

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

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