#A67296

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

Shades of Bouquet #A67296

Tints of Bouquet #A67296

Color information

#A67296 (or 0xA67296) is unknown color: approx Bouquet. HEX triplet: A6, 72 and 96. RGB value is (166,114,150). Sum of RGB (Red+Green+Blue) = 166+114+150=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67296 is #598D69. Grayscale: #858585. Windows color (decimal): -5868906 or 9859750. OLE color: 9859750.

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

Color convert

RGB166114150-
CMYK00.310.100.35
HSL318.46º22.61%54.9%-
HSV(B)318.46º31.33%65.1%-
XYZ27.2522.3431.73-
YUV133.65137.23151.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=38.60%
G=26.51%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611415000.310.100.35318.4622.6154.9
HexA6729601FA2313e1737
Octal24616222603712434762767
Binary10100110111001010010110011111101010001110011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67296; }

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

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

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

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

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

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

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

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