#A28898

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

Shades of Bouquet #A28898

Tints of Bouquet #A28898

Color information

#A28898 (or 0xA28898) is unknown color: approx Bouquet. HEX triplet: A2, 88 and 98. RGB value is (162,136,152). Sum of RGB (Red+Green+Blue) = 162+136+152=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A28898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28898 is #5D7767. Grayscale: #919191. Windows color (decimal): -6125416 or 9996450. OLE color: 9996450.

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

Color convert

RGB162136152-
CMYK00.160.060.36
HSL323.08º12.26%58.43%-
HSV(B)323.08º16.05%63.53%-
XYZ29.3727.5633.48-
YUV145.6131.61139.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=36%
G=30.22%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213615200.160.060.36323.0812.2658.43
HexA28898010624143c3a
Octal2422102300206445031472
Binary1010001010001000100110000100001101001001010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28898; }

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

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

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

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

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

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

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

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