#A68592

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

Shades of Bouquet #A68592

Tints of Bouquet #A68592

Color information

#A68592 (or 0xA68592) is unknown color: approx Bouquet. HEX triplet: A6, 85 and 92. RGB value is (166,133,146). Sum of RGB (Red+Green+Blue) = 166+133+146=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A68592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68592 is #597A6D. Grayscale: #909090. Windows color (decimal): -5864046 or 9602470. OLE color: 9602470.

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

Color convert

RGB166133146-
CMYK00.200.120.35
HSL336.36º15.64%58.63%-
HSV(B)336.36º19.88%65.1%-
XYZ29.326.9630.85-
YUV144.35128.93143.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=37.30%
G=29.89%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613314600.200.120.35336.3615.6458.63
HexA68592014C23150103b
Octal24620522202414435202073
Binary101001101000010110010010010100110010001110101000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68592; }

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

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

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

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

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

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

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

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