#A67896

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

Shades of Bouquet #A67896

Tints of Bouquet #A67896

Color information

#A67896 (or 0xA67896) is unknown color: approx Bouquet. HEX triplet: A6, 78 and 96. RGB value is (166,120,150). Sum of RGB (Red+Green+Blue) = 166+120+150=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A67896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67896 is #598769. Grayscale: #898989. Windows color (decimal): -5867370 or 9861286. OLE color: 9861286.

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

Color convert

RGB166120150-
CMYK00.280.100.35
HSL320.87º20.54%56.08%-
HSV(B)320.87º27.71%65.1%-
XYZ27.9523.7431.96-
YUV137.17135.24148.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=38.07%
G=27.52%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612015000.280.100.35320.8720.5456.08
HexA6789601CA231411538
Octal24617022603412435012570
Binary10100110111100010010110011100101010001110100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67896; }

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

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

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

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

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

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

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

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