#A28B97

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

Shades of Bouquet #A28B97

Tints of Bouquet #A28B97

Color information

#A28B97 (or 0xA28B97) is unknown color: approx Bouquet. HEX triplet: A2, 8B and 97. RGB value is (162,139,151). Sum of RGB (Red+Green+Blue) = 162+139+151=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B97 is #5D7468. Grayscale: #939393. Windows color (decimal): -6124649 or 9931682. OLE color: 9931682.

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

Color convert

RGB162139151-
CMYK00.140.070.36
HSL328.7º11%59.02%-
HSV(B)328.7º14.2%63.53%-
XYZ29.7228.3833.19-
YUV147.24130.12138.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=35.84%
G=30.75%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213915100.140.070.36328.71159.02
HexA28B970E724149b3b
Octal2422132270167445111373
Binary101000101000101110010111011101111001001010010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B97; }

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

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

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

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

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

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

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

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