#A67096

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

Shades of Bouquet #A67096

Tints of Bouquet #A67096

Color information

#A67096 (or 0xA67096) is unknown color: approx Bouquet. HEX triplet: A6, 70 and 96. RGB value is (166,112,150). Sum of RGB (Red+Green+Blue) = 166+112+150=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A67096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67096 is #598F69. Grayscale: #848484. Windows color (decimal): -5869418 or 9859238. OLE color: 9859238.

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

Color convert

RGB166112150-
CMYK00.330.100.35
HSL317.78º23.28%54.51%-
HSV(B)317.78º32.53%65.1%-
XYZ27.0321.931.66-
YUV132.48137.89151.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=38.79%
G=26.17%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611215000.330.100.35317.7823.2854.51
HexA67096021A2313e1737
Octal24616022604112434762767
Binary101001101110000100101100100001101010001110011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67096; }

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

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

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

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

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

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

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

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