#A28595

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

Shades of Bouquet #A28595

Tints of Bouquet #A28595

Color information

#A28595 (or 0xA28595) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 95. RGB value is (162,133,149). Sum of RGB (Red+Green+Blue) = 162+133+149=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A28595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28595 is #5D7A6A. Grayscale: #8F8F8F. Windows color (decimal): -6126187 or 9799074. OLE color: 9799074.

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

Color convert

RGB162133149-
CMYK00.180.080.36
HSL326.9º13.49%57.84%-
HSV(B)326.9º17.9%63.53%-
XYZ28.7126.6332.06-
YUV143.49131.11141.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=36.49%
G=29.95%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213314900.180.080.36326.913.4957.84
HexA28595012824147d3a
Octal24220522502210445071572
Binary10100010100001011001010101001010001001001010001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28595; }

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

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

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

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

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

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

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

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