#A68799

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

Shades of Bouquet #A68799

Tints of Bouquet #A68799

Color information

#A68799 (or 0xA68799) is unknown color: approx Bouquet. HEX triplet: A6, 87 and 99. RGB value is (166,135,153). Sum of RGB (Red+Green+Blue) = 166+135+153=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A68799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68799 is #597866. Grayscale: #929292. Windows color (decimal): -5863527 or 10061734. OLE color: 10061734.

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

Color convert

RGB166135153-
CMYK00.190.080.35
HSL325.16º14.83%59.02%-
HSV(B)325.16º18.67%65.1%-
XYZ30.1427.7333.9-
YUV146.32131.77142.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=36.56%
G=29.74%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613515300.190.080.35325.1614.8359.02
HexA68799013823145f3b
Octal24620723102310435051773
Binary10100110100001111001100101001110001000111010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68799; }

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

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

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

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

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

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

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

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