#A799AD

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

Shades of East Side #A799AD

Tints of East Side #A799AD

Color information

#A799AD (or 0xA799AD) is unknown color: approx East Side. HEX triplet: A7, 99 and AD. RGB value is (167,153,173). Sum of RGB (Red+Green+Blue) = 167+153+173=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A799AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A799AD is #586652. Grayscale: #9F9F9F. Windows color (decimal): -5793363 or 11377063. OLE color: 11377063.

HSL color Cylindrical-coordinate representation of color #A799AD: hue angle of 282º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A799AD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167153173-
CMYK0.030.1200.32
HSL282º10.87%63.92%-
HSV(B)282º11.56%67.84%-
XYZ34.8734.0244.26-
YUV159.47135.64133.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=33.87%
G=31.03%
B=35.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671531730.030.1200.3228210.8763.92
HexA799AD3C02011ab40
Octal24723125531404043213100
Binary101001111001100110101101111100010000010001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799AD; }

 p { color: rgb(167,153,173); }

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

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

 a { background-color: rgb(167,153,173); }

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

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

 span { border-color: rgb(167,153,173); }

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