Html Css Color HEX #ABA1B8 East Side

📋 copy color: '#ABA1B8'

red 171 ◦ green 161 ◦ blue 184

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

Shades of East Side #ABA1B8

Tints of East Side #ABA1B8

RGB

 RED value IS 171 (67.19% from 255) = 33.14%

 GREEN value IS 161 (63.28% from 255) = 31.2%

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 33.14%
G = 31.2%
B = 35.66%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA1B8 (or 0xABA1B8) is known color: East Side. HEX triplet: AB, A1 and B8. RGB value is (171,161,184). Sum of RGB (Red+Green+Blue) = 171+161+184=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABA1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1B8 is #545E47. Grayscale: #A6A6A6. Windows color (decimal): -5529160 or 12100011. OLE color: 12100011.

HSL color Cylindrical-coordinate representation of color #ABA1B8: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA1B8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 161 184 -
CMYK 0.07 0.12 0 0.28
HSL 266.09º 0.14% 0.68% -
HSV(B) 266.09º 0.13% 0.72% -
XYZ 38.19 37.61 50.59 -
YUV 166.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 171 161 184 0.07 0.12 0 0.28 266.09 0.14 0.68
Hex AB A1 B8 7 C 0 1C 10A E 44
Octal 253 241 270 7 14 0 34 412 16 104
Binary 10101011 10100001 10111000 111 1100 0 11100 100001010 1110 1000100

Color Harmonies of #ABA1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1B8

Black with #ABA1B8

Text Example


Text Example

White with #ABA1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1B8; }

 p { color: rgb(171,161,184); }

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

background-color css

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

 a { background-color: rgb(171,161,184); }

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

border-color css

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

 span { border-color: rgb(171,161,184); }

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