#A28492

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

Shades of Bouquet #A28492

Tints of Bouquet #A28492

Color information

#A28492 (or 0xA28492) is unknown color: approx Bouquet. HEX triplet: A2, 84 and 92. RGB value is (162,132,146). Sum of RGB (Red+Green+Blue) = 162+132+146=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A28492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28492 is #5D7B6D. Grayscale: #8E8E8E. Windows color (decimal): -6126446 or 9602210. OLE color: 9602210.

HSL color Cylindrical-coordinate representation of color #A28492: hue angle of 332º 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 #A28492 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB162132146-
CMYK00.190.100.36
HSL332º13.89%57.65%-
HSV(B)332º18.52%63.53%-
XYZ28.3426.2630.77-
YUV142.57129.94141.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=36.82%
G=30%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213214600.190.100.3633213.8957.65
HexA28492013A2414ce3a
Octal24220422202312445141672
Binary10100010100001001001001001001110101001001010011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28492; }

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

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

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

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

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

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

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

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