#A28894

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

Shades of Bouquet #A28894

Tints of Bouquet #A28894

Color information

#A28894 (or 0xA28894) is unknown color: approx Bouquet. HEX triplet: A2, 88 and 94. RGB value is (162,136,148). Sum of RGB (Red+Green+Blue) = 162+136+148=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28894 is #5D776B. Grayscale: #919191. Windows color (decimal): -6125420 or 9734306. OLE color: 9734306.

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

Color convert

RGB162136148-
CMYK00.160.090.36
HSL332.31º12.26%58.43%-
HSV(B)332.31º16.05%63.53%-
XYZ29.0527.4331.78-
YUV145.14129.61140.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=36.32%
G=30.49%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213614800.160.090.36332.3112.2658.43
HexA2889401092414cc3a
Octal24221022402011445141472
Binary10100010100010001001010001000010011001001010011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28894; }

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

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

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

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

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

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

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

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