#A67794

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

Shades of Bouquet #A67794

Tints of Bouquet #A67794

Color information

#A67794 (or 0xA67794) is unknown color: approx Bouquet. HEX triplet: A6, 77 and 94. RGB value is (166,119,148). Sum of RGB (Red+Green+Blue) = 166+119+148=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A67794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67794 is #59886B. Grayscale: #888888. Windows color (decimal): -5867628 or 9729958. OLE color: 9729958.

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

Color convert

RGB166119148-
CMYK00.280.110.35
HSL322.98º20.89%55.88%-
HSV(B)322.98º28.31%65.1%-
XYZ27.6723.4431.08-
YUV136.36134.57149.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=38.34%
G=27.48%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611914800.280.110.35322.9820.8955.88
HexA6779401CB231431538
Octal24616722403413435032570
Binary10100110111011110010100011100101110001110100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67794; }

 p { color: rgb(166,119,148); }

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

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

 a { background-color: rgb(166,119,148); }

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

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

 span { border-color: rgb(166,119,148); }

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