#A67F92

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

Shades of Bouquet #A67F92

Tints of Bouquet #A67F92

Color information

#A67F92 (or 0xA67F92) is unknown color: approx Bouquet. HEX triplet: A6, 7F and 92. RGB value is (166,127,146). Sum of RGB (Red+Green+Blue) = 166+127+146=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F92 is #59806D. Grayscale: #8C8C8C. Windows color (decimal): -5865582 or 9600934. OLE color: 9600934.

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

Color convert

RGB166127146-
CMYK00.230.120.35
HSL330.77º17.97%57.45%-
HSV(B)330.77º23.49%65.1%-
XYZ28.525.3630.59-
YUV140.83130.92145.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=37.81%
G=28.93%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612714600.230.120.35330.7717.9757.45
HexA67F92017C2314b1239
Octal24617722202714435132271
Binary10100110111111110010010010111110010001110100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F92; }

 p { color: rgb(166,127,146); }

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

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

 a { background-color: rgb(166,127,146); }

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

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

 span { border-color: rgb(166,127,146); }

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