#A28999

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

Shades of Bouquet #A28999

Tints of Bouquet #A28999

Color information

#A28999 (or 0xA28999) is unknown color: approx Bouquet. HEX triplet: A2, 89 and 99. RGB value is (162,137,153). Sum of RGB (Red+Green+Blue) = 162+137+153=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A28999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28999 is #5D7666. Grayscale: #929292. Windows color (decimal): -6125159 or 10062242. OLE color: 10062242.

HSL color Cylindrical-coordinate representation of color #A28999: hue angle of 321.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 #A28999 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162137153-
CMYK00.150.060.36
HSL321.6º11.85%58.63%-
HSV(B)321.6º15.43%63.53%-
XYZ29.627.8733.96-
YUV146.3131.78139.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=35.84%
G=30.31%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213715300.150.060.36321.611.8558.63
HexA289990F624142c3b
Octal2422112310176445021473
Binary101000101000100110011001011111101001001010000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28999; }

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

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

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

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

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

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

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

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