#A68999

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

Shades of Bouquet #A68999

Tints of Bouquet #A68999

Color information

#A68999 (or 0xA68999) is unknown color: approx Bouquet. HEX triplet: A6, 89 and 99. RGB value is (166,137,153). Sum of RGB (Red+Green+Blue) = 166+137+153=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A68999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68999 is #597666. Grayscale: #939393. Windows color (decimal): -5863015 or 10062246. OLE color: 10062246.

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

Color convert

RGB166137153-
CMYK00.170.080.35
HSL326.9º14.01%59.41%-
HSV(B)326.9º17.47%65.1%-
XYZ30.4228.334-
YUV147.5131.11141.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=36.40%
G=30.04%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613715300.170.080.35326.914.0159.41
HexA68999011823147e3b
Octal24621123102110435071673
Binary10100110100010011001100101000110001000111010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68999; }

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

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

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

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

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

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

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

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