#A28693

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

Shades of Bouquet #A28693

Tints of Bouquet #A28693

Color information

#A28693 (or 0xA28693) is unknown color: approx Bouquet. HEX triplet: A2, 86 and 93. RGB value is (162,134,147). Sum of RGB (Red+Green+Blue) = 162+134+147=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28693 is #5D796C. Grayscale: #8F8F8F. Windows color (decimal): -6125933 or 9668258. OLE color: 9668258.

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

Color convert

RGB162134147-
CMYK00.170.090.36
HSL332.14º13.08%58.04%-
HSV(B)332.14º17.28%63.53%-
XYZ28.6926.8431.27-
YUV143.85129.78140.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=36.57%
G=30.25%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213414700.170.090.36332.1413.0858.04
HexA2869301192414cd3a
Octal24220622302111445141572
Binary10100010100001101001001101000110011001001010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28693; }

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

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

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

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

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

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

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

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