#A68599

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

Shades of Bouquet #A68599

Tints of Bouquet #A68599

Color information

#A68599 (or 0xA68599) is unknown color: approx Bouquet. HEX triplet: A6, 85 and 99. RGB value is (166,133,153). Sum of RGB (Red+Green+Blue) = 166+133+153=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A68599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68599 is #597A66. Grayscale: #919191. Windows color (decimal): -5864039 or 10061222. OLE color: 10061222.

HSL color Cylindrical-coordinate representation of color #A68599: hue angle of 323.64º 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 #A68599 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB166133153-
CMYK00.200.080.35
HSL323.64º15.64%58.63%-
HSV(B)323.64º19.88%65.1%-
XYZ29.8627.1833.81-
YUV145.15132.43142.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=36.73%
G=29.42%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613315300.200.080.35323.6415.6458.63
HexA68599014823144103b
Octal24620523102410435042073
Binary101001101000010110011001010100100010001110100010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68599; }

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

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

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

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

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

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

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

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