#A67D92

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

Shades of Bouquet #A67D92

Tints of Bouquet #A67D92

Color information

#A67D92 (or 0xA67D92) is unknown color: approx Bouquet. HEX triplet: A6, 7D and 92. RGB value is (166,125,146). Sum of RGB (Red+Green+Blue) = 166+125+146=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D92 is #59826D. Grayscale: #8B8B8B. Windows color (decimal): -5866094 or 9600422. OLE color: 9600422.

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

Color convert

RGB166125146-
CMYK00.250.120.35
HSL329.27º18.72%57.06%-
HSV(B)329.27º24.7%65.1%-
XYZ28.2524.8530.5-
YUV139.65131.58146.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=37.99%
G=28.60%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612514600.250.120.35329.2718.7257.06
HexA67D92019C231491339
Octal24617522203114435112371
Binary10100110111110110010010011001110010001110100100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D92; }

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

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

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

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

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

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

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

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