Html Css Color HEX #A999B0 East Side

📋 copy color: '#A999B0'

red 169 ◦ green 153 ◦ blue 176

#A999B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A999B0

Tints of East Side #A999B0

RGB

 RED value IS 169 (66.41% from 255) = 33.94%

 GREEN value IS 153 (60.16% from 255) = 30.72%

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 33.94%
G = 30.72%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A999B0 (or 0xA999B0) is known color: East Side. HEX triplet: A9, 99 and B0. RGB value is (169,153,176). Sum of RGB (Red+Green+Blue) = 169+153+176=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #A999B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999B0 is #56664F. Grayscale: #A0A0A0. Windows color (decimal): -5662288 or 11573673. OLE color: 11573673.

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

Color convert

RGB 169 153 176 -
CMYK 0.04 0.13 0 0.31
HSL 281.74º 0.13% 0.65% -
HSV(B) 281.74º 0.13% 0.69% -
XYZ 35.59 34.35 45.83 -
YUV 160.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 169 153 176 0.04 0.13 0 0.31 281.74 0.13 0.65
Hex A9 99 B0 4 D 0 1F 11A D 41
Octal 251 231 260 4 15 0 37 432 15 101
Binary 10101001 10011001 10110000 100 1101 0 11111 100011010 1101 1000001

Color Harmonies of #A999B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999B0

Black with #A999B0

Text Example


Text Example

White with #A999B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999B0; }

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

 H1.HeaderClassName
 {
   color: #A999B0;
 }
 .AnyTagClassName
 {
   color: #A999B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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