#A28498

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

Shades of Bouquet #A28498

Tints of Bouquet #A28498

Color information

#A28498 (or 0xA28498) is unknown color: approx Bouquet. HEX triplet: A2, 84 and 98. RGB value is (162,132,152). Sum of RGB (Red+Green+Blue) = 162+132+152=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28498 is #5D7B67. Grayscale: #8F8F8F. Windows color (decimal): -6126440 or 9995426. OLE color: 9995426.

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

Color convert

RGB162132152-
CMYK00.190.060.36
HSL320º13.89%57.65%-
HSV(B)320º18.52%63.53%-
XYZ28.8226.4533.29-
YUV143.25132.94141.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=36.32%
G=29.60%
B=34.08%

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
Decimal16213215200.190.060.3632013.8957.65
HexA28498013624140e3a
Octal2422042300236445001672
Binary1010001010000100100110000100111101001001010000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28498; }

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

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

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

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

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

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

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

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