#A28997

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

Shades of Bouquet #A28997

Tints of Bouquet #A28997

Color information

#A28997 (or 0xA28997) is unknown color: approx Bouquet. HEX triplet: A2, 89 and 97. RGB value is (162,137,151). Sum of RGB (Red+Green+Blue) = 162+137+151=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A28997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28997 is #5D7668. Grayscale: #929292. Windows color (decimal): -6125161 or 9931170. OLE color: 9931170.

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

Color convert

RGB162137151-
CMYK00.150.070.36
HSL326.4º11.85%58.63%-
HSV(B)326.4º15.43%63.53%-
XYZ29.4327.8133.09-
YUV146.07130.78139.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=36%
G=30.44%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213715100.150.070.36326.411.8558.63
HexA289970F724146c3b
Octal2422112270177445061473
Binary101000101000100110010111011111111001001010001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28997; }

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

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

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

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

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

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

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

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