#A67E92

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

Shades of Bouquet #A67E92

Tints of Bouquet #A67E92

Color information

#A67E92 (or 0xA67E92) is unknown color: approx Bouquet. HEX triplet: A6, 7E and 92. RGB value is (166,126,146). Sum of RGB (Red+Green+Blue) = 166+126+146=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E92 is #59816D. Grayscale: #8C8C8C. Windows color (decimal): -5865838 or 9600678. OLE color: 9600678.

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

Color convert

RGB166126146-
CMYK00.240.120.35
HSL330º18.35%57.25%-
HSV(B)330º24.1%65.1%-
XYZ28.3825.130.54-
YUV140.24131.25146.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=37.90%
G=28.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612614600.240.120.3533018.3557.25
HexA67E92018C2314a1239
Octal24617622203014435122271
Binary10100110111111010010010011000110010001110100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E92; }

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

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

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

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

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

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

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

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