#A67C9B

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

Shades of Bouquet #A67C9B

Tints of Bouquet #A67C9B

Color information

#A67C9B (or 0xA67C9B) is unknown color: approx Bouquet. HEX triplet: A6, 7C and 9B. RGB value is (166,124,155). Sum of RGB (Red+Green+Blue) = 166+124+155=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C9B is #598364. Grayscale: #8C8C8C. Windows color (decimal): -5866341 or 10189990. OLE color: 10189990.

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

Color convert

RGB166124155-
CMYK00.250.070.35
HSL315.71º19.09%56.86%-
HSV(B)315.71º25.3%65.1%-
XYZ28.8524.8934.29-
YUV140.09136.41146.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=37.30%
G=27.87%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612415500.250.070.35315.7119.0956.86
HexA67C9B01972313c1339
Octal2461742330317434742371
Binary1010011011111001001101101100111110001110011110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C9B; }

 p { color: rgb(166,124,155); }

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

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

 a { background-color: rgb(166,124,155); }

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

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

 span { border-color: rgb(166,124,155); }

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