#A68899

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

Shades of Bouquet #A68899

Tints of Bouquet #A68899

Color information

#A68899 (or 0xA68899) is unknown color: approx Bouquet. HEX triplet: A6, 88 and 99. RGB value is (166,136,153). Sum of RGB (Red+Green+Blue) = 166+136+153=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A68899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68899 is #597766. Grayscale: #929292. Windows color (decimal): -5863271 or 10061990. OLE color: 10061990.

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

Color convert

RGB166136153-
CMYK00.180.080.35
HSL326º14.42%59.22%-
HSV(B)326º18.07%65.1%-
XYZ30.2828.0233.95-
YUV146.91131.44141.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=36.48%
G=29.89%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613615300.180.080.3532614.4259.22
HexA68899012823146e3b
Octal24621023102210435061673
Binary10100110100010001001100101001010001000111010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68899; }

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

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

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

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

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

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

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

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