#A28594

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

Shades of Bouquet #A28594

Tints of Bouquet #A28594

Color information

#A28594 (or 0xA28594) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 94. RGB value is (162,133,148). Sum of RGB (Red+Green+Blue) = 162+133+148=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28594 is #5D7A6B. Grayscale: #8F8F8F. Windows color (decimal): -6126188 or 9733538. OLE color: 9733538.

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

Color convert

RGB162133148-
CMYK00.180.090.36
HSL328.97º13.49%57.84%-
HSV(B)328.97º17.9%63.53%-
XYZ28.6326.5931.64-
YUV143.38130.61141.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=36.57%
G=30.02%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213314800.180.090.36328.9713.4957.84
HexA28594012924149d3a
Octal24220522402211445111572
Binary10100010100001011001010001001010011001001010010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28594; }

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

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

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

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

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

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

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

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