#A67F96

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

Shades of Bouquet #A67F96

Tints of Bouquet #A67F96

Color information

#A67F96 (or 0xA67F96) is unknown color: approx Bouquet. HEX triplet: A6, 7F and 96. RGB value is (166,127,150). Sum of RGB (Red+Green+Blue) = 166+127+150=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F96 is #598069. Grayscale: #8D8D8D. Windows color (decimal): -5865578 or 9863078. OLE color: 9863078.

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

Color convert

RGB166127150-
CMYK00.230.100.35
HSL324.62º17.97%57.45%-
HSV(B)324.62º23.49%65.1%-
XYZ28.8225.4932.25-
YUV141.28132.92145.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=37.47%
G=28.67%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612715000.230.100.35324.6217.9757.45
HexA67F96017A231451239
Octal24617722602712435052271
Binary10100110111111110010110010111101010001110100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F96; }

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

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

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

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

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

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

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

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