#A28396

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

Shades of Bouquet #A28396

Tints of Bouquet #A28396

Color information

#A28396 (or 0xA28396) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 96. RGB value is (162,131,150). Sum of RGB (Red+Green+Blue) = 162+131+150=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28396 is #5D7C69. Grayscale: #8E8E8E. Windows color (decimal): -6126698 or 9864098. OLE color: 9864098.

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

Color convert

RGB162131150-
CMYK00.190.070.36
HSL323.23º14.29%57.45%-
HSV(B)323.23º19.14%63.53%-
XYZ28.5226.1232.39-
YUV142.43132.27141.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=36.57%
G=29.57%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213115000.190.070.36323.2314.2957.45
HexA28396013724143e39
Octal2422032260237445031671
Binary1010001010000011100101100100111111001001010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28396; }

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

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

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

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

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

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

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

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