#A67F99

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

Shades of Bouquet #A67F99

Tints of Bouquet #A67F99

Color information

#A67F99 (or 0xA67F99) is unknown color: approx Bouquet. HEX triplet: A6, 7F and 99. RGB value is (166,127,153). Sum of RGB (Red+Green+Blue) = 166+127+153=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F99 is #598066. Grayscale: #8D8D8D. Windows color (decimal): -5865575 or 10059686. OLE color: 10059686.

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

Color convert

RGB166127153-
CMYK00.230.080.35
HSL320º17.97%57.45%-
HSV(B)320º23.49%65.1%-
XYZ29.0725.5933.54-
YUV141.62134.42145.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=37.22%
G=28.48%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612715300.230.080.3532017.9757.45
HexA67F990178231401239
Octal24617723102710435002271
Binary10100110111111110011001010111100010001110100000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F99; }

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

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

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

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

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

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

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

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