#A28893

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

Shades of Bouquet #A28893

Tints of Bouquet #A28893

Color information

#A28893 (or 0xA28893) is unknown color: approx Bouquet. HEX triplet: A2, 88 and 93. RGB value is (162,136,147). Sum of RGB (Red+Green+Blue) = 162+136+147=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A28893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28893 is #5D776C. Grayscale: #919191. Windows color (decimal): -6125421 or 9668770. OLE color: 9668770.

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

Color convert

RGB162136147-
CMYK00.160.090.36
HSL334.62º12.26%58.43%-
HSV(B)334.62º16.05%63.53%-
XYZ28.9727.431.36-
YUV145.03129.11140.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=36.40%
G=30.56%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213614700.160.090.36334.6212.2658.43
HexA2889301092414fc3a
Octal24221022302011445171472
Binary10100010100010001001001101000010011001001010011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28893; }

 p { color: rgb(162,136,147); }

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

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

 a { background-color: rgb(162,136,147); }

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

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

 span { border-color: rgb(162,136,147); }

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