#A2929E

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

Shades of Bouquet #A2929E

Tints of Bouquet #A2929E

Color information

#A2929E (or 0xA2929E) is unknown color: approx Bouquet. HEX triplet: A2, 92 and 9E. RGB value is (162,146,158). Sum of RGB (Red+Green+Blue) = 162+146+158=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A2929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2929E is #5D6D61. Grayscale: #989898. Windows color (decimal): -6122850 or 10392226. OLE color: 10392226.

HSL color Cylindrical-coordinate representation of color #A2929E: hue angle of 315º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2929E is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162146158-
CMYK00.100.020.36
HSL315º7.92%60.39%-
HSV(B)315º9.88%63.53%-
XYZ31.3530.7136.62-
YUV152.15131.3135.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=34.76%
G=31.33%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214615800.100.020.363157.9260.39
HexA2929E0A22413b83c
Octal2422222360122444731074
Binary10100010100100101001111001010101001001001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2929E; }

 p { color: rgb(162,146,158); }

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

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

 a { background-color: rgb(162,146,158); }

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

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

 span { border-color: rgb(162,146,158); }

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