#A28590

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

Shades of Bouquet #A28590

Tints of Bouquet #A28590

Color information

#A28590 (or 0xA28590) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 90. RGB value is (162,133,144). Sum of RGB (Red+Green+Blue) = 162+133+144=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28590 is #5D7A6F. Grayscale: #8E8E8E. Windows color (decimal): -6126192 or 9471394. OLE color: 9471394.

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

Color convert

RGB162133144-
CMYK00.180.110.36
HSL337.24º13.49%57.84%-
HSV(B)337.24º17.9%63.53%-
XYZ28.3226.4730-
YUV142.92128.61141.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=36.90%
G=30.30%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213314400.180.110.36337.2413.4957.84
HexA28590012B24151d3a
Octal24220522002213445211572
Binary10100010100001011001000001001010111001001010100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28590; }

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

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

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

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

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

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

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

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