#A68399

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

Shades of Bouquet #A68399

Tints of Bouquet #A68399

Color information

#A68399 (or 0xA68399) is unknown color: approx Bouquet. HEX triplet: A6, 83 and 99. RGB value is (166,131,153). Sum of RGB (Red+Green+Blue) = 166+131+153=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68399 is #597C66. Grayscale: #8F8F8F. Windows color (decimal): -5864551 or 10060710. OLE color: 10060710.

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

Color convert

RGB166131153-
CMYK00.210.080.35
HSL322.29º16.43%58.24%-
HSV(B)322.29º21.08%65.1%-
XYZ29.5926.6433.72-
YUV143.97133.1143.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 153 (60.16% from 255) = 34%
R=36.89%
G=29.11%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613115300.210.080.35322.2916.4358.24
HexA68399015823142103a
Octal24620323102510435022072
Binary101001101000001110011001010101100010001110100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68399; }

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

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

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

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

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

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

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

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