#A28B98

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

Shades of Bouquet #A28B98

Tints of Bouquet #A28B98

Color information

#A28B98 (or 0xA28B98) is unknown color: approx Bouquet. HEX triplet: A2, 8B and 98. RGB value is (162,139,152). Sum of RGB (Red+Green+Blue) = 162+139+152=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B98 is #5D7467. Grayscale: #939393. Windows color (decimal): -6124648 or 9997218. OLE color: 9997218.

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

Color convert

RGB162139152-
CMYK00.140.060.36
HSL326.09º11%59.02%-
HSV(B)326.09º14.2%63.53%-
XYZ29.828.4133.62-
YUV147.36130.62138.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=35.76%
G=30.68%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213915200.140.060.36326.091159.02
HexA28B980E624146b3b
Octal2422132300166445061373
Binary101000101000101110011000011101101001001010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B98; }

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

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

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

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

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

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

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

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