#A992A1

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

Shades of Bouquet #A992A1

Tints of Bouquet #A992A1

Color information

#A992A1 (or 0xA992A1) is unknown color: approx Bouquet. HEX triplet: A9, 92 and A1. RGB value is (169,146,161). Sum of RGB (Red+Green+Blue) = 169+146+161=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A1 is #566D5E. Grayscale: #9A9A9A. Windows color (decimal): -5664095 or 10588841. OLE color: 10588841.

HSL color Cylindrical-coordinate representation of color #A992A1: hue angle of 320.87º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A992A1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169146161-
CMYK00.140.050.34
HSL320.87º11.79%61.76%-
HSV(B)320.87º13.61%66.27%-
XYZ33.0731.5738.07-
YUV154.59131.62138.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=35.50%
G=30.67%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914616100.140.050.34320.8711.7961.76
HexA992A10E522141c3e
Octal2512222410165425011476
Binary101010011001001010100001011101011000101010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992A1; }

 p { color: rgb(169,146,161); }

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

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

 a { background-color: rgb(169,146,161); }

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

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

 span { border-color: rgb(169,146,161); }

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