#A28691

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

Shades of Bouquet #A28691

Tints of Bouquet #A28691

Color information

#A28691 (or 0xA28691) is unknown color: approx Bouquet. HEX triplet: A2, 86 and 91. RGB value is (162,134,145). Sum of RGB (Red+Green+Blue) = 162+134+145=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28691 is #5D796E. Grayscale: #8F8F8F. Windows color (decimal): -6125935 or 9537186. OLE color: 9537186.

HSL color Cylindrical-coordinate representation of color #A28691: hue angle of 336.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A28691 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB162134145-
CMYK00.170.100.36
HSL336.43º13.08%58.04%-
HSV(B)336.43º17.28%63.53%-
XYZ28.5426.7830.45-
YUV143.63128.78141.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=36.73%
G=30.39%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213414500.170.100.36336.4313.0858.04
HexA28691011A24150d3a
Octal24220622102112445201572
Binary10100010100001101001000101000110101001001010100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28691; }

 p { color: rgb(162,134,145); }

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

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

 a { background-color: rgb(162,134,145); }

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

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

 span { border-color: rgb(162,134,145); }

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