#A67695

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

Shades of Bouquet #A67695

Tints of Bouquet #A67695

Color information

#A67695 (or 0xA67695) is unknown color: approx Bouquet. HEX triplet: A6, 76 and 95. RGB value is (166,118,149). Sum of RGB (Red+Green+Blue) = 166+118+149=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A67695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67695 is #59896A. Grayscale: #878787. Windows color (decimal): -5867883 or 9795238. OLE color: 9795238.

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

Color convert

RGB166118149-
CMYK00.290.100.35
HSL321.25º21.24%55.69%-
HSV(B)321.25º28.92%65.1%-
XYZ27.6323.2331.46-
YUV135.89135.4149.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=38.34%
G=27.25%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611814900.290.100.35321.2521.2455.69
HexA6769501DA231411538
Octal24616622503512435012570
Binary10100110111011010010101011101101010001110100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67695; }

 p { color: rgb(166,118,149); }

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

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

 a { background-color: rgb(166,118,149); }

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

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

 span { border-color: rgb(166,118,149); }

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