#A67692

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

Shades of Bouquet #A67692

Tints of Bouquet #A67692

Color information

#A67692 (or 0xA67692) is unknown color: approx Bouquet. HEX triplet: A6, 76 and 92. RGB value is (166,118,146). Sum of RGB (Red+Green+Blue) = 166+118+146=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67692 is #59896D. Grayscale: #878787. Windows color (decimal): -5867886 or 9598630. OLE color: 9598630.

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

Color convert

RGB166118146-
CMYK00.290.120.35
HSL325º21.24%55.69%-
HSV(B)325º28.92%65.1%-
XYZ27.3923.1430.22-
YUV135.54133.9149.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=38.60%
G=27.44%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611814600.290.120.3532521.2455.69
HexA6769201DC231451538
Octal24616622203514435052570
Binary10100110111011010010010011101110010001110100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67692; }

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

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

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

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

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

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

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

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