#A67297

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

Shades of Bouquet #A67297

Tints of Bouquet #A67297

Color information

#A67297 (or 0xA67297) is unknown color: approx Bouquet. HEX triplet: A6, 72 and 97. RGB value is (166,114,151). Sum of RGB (Red+Green+Blue) = 166+114+151=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67297 is #598D68. Grayscale: #858585. Windows color (decimal): -5868905 or 9925286. OLE color: 9925286.

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

Color convert

RGB166114151-
CMYK00.310.090.35
HSL317.31º22.61%54.9%-
HSV(B)317.31º31.33%65.1%-
XYZ27.3322.3832.16-
YUV133.77137.73150.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=38.52%
G=26.45%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611415100.310.090.35317.3122.6154.9
HexA6729701F92313d1737
Octal24616222703711434752767
Binary10100110111001010010111011111100110001110011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67297; }

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

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

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

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

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

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

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

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