#A28A9C

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

Shades of Bouquet #A28A9C

Tints of Bouquet #A28A9C

Color information

#A28A9C (or 0xA28A9C) is unknown color: approx Bouquet. HEX triplet: A2, 8A and 9C. RGB value is (162,138,156). Sum of RGB (Red+Green+Blue) = 162+138+156=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A9C is #5D7563. Grayscale: #939393. Windows color (decimal): -6124900 or 10259106. OLE color: 10259106.

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

Color convert

RGB162138156-
CMYK00.150.040.36
HSL315º11.43%58.82%-
HSV(B)315º14.81%63.53%-
XYZ29.9928.2635.33-
YUV147.23132.95138.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=35.53%
G=30.26%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213815600.150.040.3631511.4358.82
HexA28A9C0F42413bb3b
Octal2422122340174444731373
Binary101000101000101010011100011111001001001001110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A9C; }

 p { color: rgb(162,138,156); }

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

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

 a { background-color: rgb(162,138,156); }

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

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

 span { border-color: rgb(162,138,156); }

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