#A28394

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

Shades of Bouquet #A28394

Tints of Bouquet #A28394

Color information

#A28394 (or 0xA28394) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 94. RGB value is (162,131,148). Sum of RGB (Red+Green+Blue) = 162+131+148=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28394 is #5D7C6B. Grayscale: #8E8E8E. Windows color (decimal): -6126700 or 9733026. OLE color: 9733026.

HSL color Cylindrical-coordinate representation of color #A28394: hue angle of 327.1º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28394 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162131148-
CMYK00.190.090.36
HSL327.1º14.29%57.45%-
HSV(B)327.1º19.14%63.53%-
XYZ28.3626.0531.55-
YUV142.21131.27142.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=36.73%
G=29.71%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213114800.190.090.36327.114.2957.45
HexA28394013924147e39
Octal24220322402311445071671
Binary10100010100000111001010001001110011001001010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28394; }

 p { color: rgb(162,131,148); }

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

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

 a { background-color: rgb(162,131,148); }

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

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

 span { border-color: rgb(162,131,148); }

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