#A67B99

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

Shades of Bouquet #A67B99

Tints of Bouquet #A67B99

Color information

#A67B99 (or 0xA67B99) is unknown color: approx Bouquet. HEX triplet: A6, 7B and 99. RGB value is (166,123,153). Sum of RGB (Red+Green+Blue) = 166+123+153=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B99 is #598466. Grayscale: #8B8B8B. Windows color (decimal): -5866599 or 10058662. OLE color: 10058662.

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

Color convert

RGB166123153-
CMYK00.260.080.35
HSL318.14º19.46%56.67%-
HSV(B)318.14º25.9%65.1%-
XYZ28.5624.5733.37-
YUV139.28135.75147.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=37.56%
G=27.83%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612315300.260.080.35318.1419.4656.67
HexA67B9901A82313e1339
Octal24617323103210434762371
Binary10100110111101110011001011010100010001110011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B99; }

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

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

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

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

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

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

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

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