#A28591

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

Shades of Bouquet #A28591

Tints of Bouquet #A28591

Color information

#A28591 (or 0xA28591) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 91. RGB value is (162,133,145). Sum of RGB (Red+Green+Blue) = 162+133+145=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A28591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28591 is #5D7A6E. Grayscale: #8F8F8F. Windows color (decimal): -6126191 or 9536930. OLE color: 9536930.

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

Color convert

RGB162133145-
CMYK00.180.100.36
HSL335.17º13.49%57.84%-
HSV(B)335.17º17.9%63.53%-
XYZ28.426.530.41-
YUV143.04129.11141.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=36.82%
G=30.23%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213314500.180.100.36335.1713.4957.84
HexA28591012A2414fd3a
Octal24220522102212445171572
Binary10100010100001011001000101001010101001001010011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28591; }

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

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

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

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

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

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

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

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