#A67A95

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

Shades of Bouquet #A67A95

Tints of Bouquet #A67A95

Color information

#A67A95 (or 0xA67A95) is unknown color: approx Bouquet. HEX triplet: A6, 7A and 95. RGB value is (166,122,149). Sum of RGB (Red+Green+Blue) = 166+122+149=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A95 is #59856A. Grayscale: #8A8A8A. Windows color (decimal): -5866859 or 9796262. OLE color: 9796262.

HSL color Cylindrical-coordinate representation of color #A67A95: hue angle of 323.18º 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 #A67A95 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166122149-
CMYK00.270.100.35
HSL323.18º19.82%56.47%-
HSV(B)323.18º26.51%65.1%-
XYZ28.1124.231.62-
YUV138.23134.08147.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=37.99%
G=27.92%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612214900.270.100.35323.1819.8256.47
HexA67A9501BA231431438
Octal24617222503312435032470
Binary10100110111101010010101011011101010001110100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A95; }

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

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

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

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

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

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

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

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