#A28495

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

Shades of Bouquet #A28495

Tints of Bouquet #A28495

Color information

#A28495 (or 0xA28495) is unknown color: approx Bouquet. HEX triplet: A2, 84 and 95. RGB value is (162,132,149). Sum of RGB (Red+Green+Blue) = 162+132+149=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28495 is #5D7B6A. Grayscale: #8E8E8E. Windows color (decimal): -6126443 or 9798818. OLE color: 9798818.

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

Color convert

RGB162132149-
CMYK00.190.080.36
HSL326º13.89%57.65%-
HSV(B)326º18.52%63.53%-
XYZ28.5826.3532.01-
YUV142.91131.44141.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=36.57%
G=29.80%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213214900.190.080.3632613.8957.65
HexA28495013824146e3a
Octal24220422502310445061672
Binary10100010100001001001010101001110001001001010001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28495; }

 p { color: rgb(162,132,149); }

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

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

 a { background-color: rgb(162,132,149); }

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

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

 span { border-color: rgb(162,132,149); }

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