#A67A99

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

Shades of Bouquet #A67A99

Tints of Bouquet #A67A99

Color information

#A67A99 (or 0xA67A99) is unknown color: approx Bouquet. HEX triplet: A6, 7A and 99. RGB value is (166,122,153). Sum of RGB (Red+Green+Blue) = 166+122+153=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A99 is #598566. Grayscale: #8A8A8A. Windows color (decimal): -5866855 or 10058406. OLE color: 10058406.

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

Color convert

RGB166122153-
CMYK00.270.080.35
HSL317.73º19.82%56.47%-
HSV(B)317.73º26.51%65.1%-
XYZ28.4424.3333.33-
YUV138.69136.08147.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=37.64%
G=27.66%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612215300.270.080.35317.7319.8256.47
HexA67A9901B82313e1438
Octal24617223103310434762470
Binary10100110111101010011001011011100010001110011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A99; }

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

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

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

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

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

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

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

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