#A28996

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

Shades of Bouquet #A28996

Tints of Bouquet #A28996

Color information

#A28996 (or 0xA28996) is unknown color: approx Bouquet. HEX triplet: A2, 89 and 96. RGB value is (162,137,150). Sum of RGB (Red+Green+Blue) = 162+137+150=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A28996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28996 is #5D7669. Grayscale: #919191. Windows color (decimal): -6125162 or 9865634. OLE color: 9865634.

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

Color convert

RGB162137150-
CMYK00.150.070.36
HSL328.8º11.85%58.63%-
HSV(B)328.8º15.43%63.53%-
XYZ29.3527.7732.67-
YUV145.96130.28139.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=36.08%
G=30.51%
B=33.41%

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
Decimal16213715000.150.070.36328.811.8558.63
HexA289960F724149c3b
Octal2422112260177445111473
Binary101000101000100110010110011111111001001010010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28996; }

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

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

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

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

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

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

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

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