#A28399

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

Shades of Bouquet #A28399

Tints of Bouquet #A28399

Color information

#A28399 (or 0xA28399) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 99. RGB value is (162,131,153). Sum of RGB (Red+Green+Blue) = 162+131+153=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28399 is #5D7C66. Grayscale: #8E8E8E. Windows color (decimal): -6126695 or 10060706. OLE color: 10060706.

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

Color convert

RGB162131153-
CMYK00.190.060.36
HSL317.42º14.29%57.45%-
HSV(B)317.42º19.14%63.53%-
XYZ28.7726.2133.68-
YUV142.78133.77141.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=36.32%
G=29.37%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213115300.190.060.36317.4214.2957.45
HexA2839901362413de39
Octal2422032310236444751671
Binary1010001010000011100110010100111101001001001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28399; }

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

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

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

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

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

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

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

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