#A28A99

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

Shades of Bouquet #A28A99

Tints of Bouquet #A28A99

Color information

#A28A99 (or 0xA28A99) is unknown color: approx Bouquet. HEX triplet: A2, 8A and 99. RGB value is (162,138,153). Sum of RGB (Red+Green+Blue) = 162+138+153=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A99 is #5D7566. Grayscale: #929292. Windows color (decimal): -6124903 or 10062498. OLE color: 10062498.

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

Color convert

RGB162138153-
CMYK00.150.060.36
HSL322.5º11.43%58.82%-
HSV(B)322.5º14.81%63.53%-
XYZ29.7428.1634-
YUV146.89131.45138.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=35.76%
G=30.46%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213815300.150.060.36322.511.4358.82
HexA28A990F624142b3b
Octal2422122310176445021373
Binary101000101000101010011001011111101001001010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A99; }

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

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

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

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

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

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

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

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