#A999AF

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

Shades of East Side #A999AF

Tints of East Side #A999AF

Color information

#A999AF (or 0xA999AF) is unknown color: approx East Side. HEX triplet: A9, 99 and AF. RGB value is (169,153,175). Sum of RGB (Red+Green+Blue) = 169+153+175=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #A999AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999AF is #566650. Grayscale: #A0A0A0. Windows color (decimal): -5662289 or 11508137. OLE color: 11508137.

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

Color convert

RGB169153175-
CMYK0.030.1300.31
HSL283.64º12.09%64.31%-
HSV(B)283.64º12.57%68.63%-
XYZ35.4934.3145.31-
YUV160.29136.3134.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=34.00%
G=30.78%
B=35.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691531750.030.1300.31283.6412.0964.31
HexA999AF3D01F11cc40
Octal25123125731503743414100
Binary10101001100110011010111111110101111110001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999AF; }

 p { color: rgb(169,153,175); }

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

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

 a { background-color: rgb(169,153,175); }

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

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

 span { border-color: rgb(169,153,175); }

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