#A28699

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

Shades of Bouquet #A28699

Tints of Bouquet #A28699

Color information

#A28699 (or 0xA28699) is unknown color: approx Bouquet. HEX triplet: A2, 86 and 99. RGB value is (162,134,153). Sum of RGB (Red+Green+Blue) = 162+134+153=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A28699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28699 is #5D7966. Grayscale: #909090. Windows color (decimal): -6125927 or 10061474. OLE color: 10061474.

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

Color convert

RGB162134153-
CMYK00.170.060.36
HSL319.29º13.08%58.04%-
HSV(B)319.29º17.28%63.53%-
XYZ29.1827.0333.82-
YUV144.54132.78140.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=36.08%
G=29.84%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213415300.170.060.36319.2913.0858.04
HexA2869901162413fd3a
Octal2422062310216444771572
Binary1010001010000110100110010100011101001001001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28699; }

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

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

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

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

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

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

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

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