#A67796

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

Shades of Bouquet #A67796

Tints of Bouquet #A67796

Color information

#A67796 (or 0xA67796) is unknown color: approx Bouquet. HEX triplet: A6, 77 and 96. RGB value is (166,119,150). Sum of RGB (Red+Green+Blue) = 166+119+150=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A67796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67796 is #598869. Grayscale: #888888. Windows color (decimal): -5867626 or 9861030. OLE color: 9861030.

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

Color convert

RGB166119150-
CMYK00.280.100.35
HSL320.43º20.89%55.88%-
HSV(B)320.43º28.31%65.1%-
XYZ27.8323.531.92-
YUV136.59135.57148.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=38.16%
G=27.36%
B=34.48%

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
Decimal16611915000.280.100.35320.4320.8955.88
HexA6779601CA231401538
Octal24616722603412435002570
Binary10100110111011110010110011100101010001110100000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67796; }

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

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

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

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

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

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

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

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