#A28994

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

Shades of Bouquet #A28994

Tints of Bouquet #A28994

Color information

#A28994 (or 0xA28994) is unknown color: approx Bouquet. HEX triplet: A2, 89 and 94. RGB value is (162,137,148). Sum of RGB (Red+Green+Blue) = 162+137+148=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A28994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28994 is #5D766B. Grayscale: #919191. Windows color (decimal): -6125164 or 9734562. OLE color: 9734562.

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

Color convert

RGB162137148-
CMYK00.150.090.36
HSL333.6º11.85%58.63%-
HSV(B)333.6º15.43%63.53%-
XYZ29.1927.7131.83-
YUV145.73129.28139.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=36.24%
G=30.65%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213714800.150.090.36333.611.8558.63
HexA289940F92414ec3b
Octal24221122401711445161473
Binary1010001010001001100101000111110011001001010011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28994; }

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

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

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

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

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

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

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

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