#A28690

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

Shades of Bouquet #A28690

Tints of Bouquet #A28690

Color information

#A28690 (or 0xA28690) is unknown color: approx Bouquet. HEX triplet: A2, 86 and 90. RGB value is (162,134,144). Sum of RGB (Red+Green+Blue) = 162+134+144=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A28690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28690 is #5D796F. Grayscale: #8F8F8F. Windows color (decimal): -6125936 or 9471650. OLE color: 9471650.

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

Color convert

RGB162134144-
CMYK00.170.110.36
HSL338.57º13.08%58.04%-
HSV(B)338.57º17.28%63.53%-
XYZ28.4626.7530.05-
YUV143.51128.28141.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=36.82%
G=30.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213414400.170.110.36338.5713.0858.04
HexA28690011B24153d3a
Octal24220622002113445231572
Binary10100010100001101001000001000110111001001010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28690; }

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

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

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

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

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

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

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

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