Html Css Color HEX #A1B0AB Skeptic

📋 copy color: '#A1B0AB'

red 161 ◦ green 176 ◦ blue 171

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

Shades of Skeptic #A1B0AB

Tints of Skeptic #A1B0AB

RGB

 RED value IS 161 (63.28% from 255) = 31.69%

 GREEN value IS 176 (69.14% from 255) = 34.65%

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 31.69%
G = 34.65%
B = 33.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#A1B0AB (or 0xA1B0AB) is known color: Skeptic. HEX triplet: A1, B0 and AB. RGB value is (161,176,171). Sum of RGB (Red+Green+Blue) = 161+176+171=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B0AB is #5E4F54. Grayscale: #AAAAAA. Windows color (decimal): -6180693 or 11251873. OLE color: 11251873.

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

Color convert

RGB 161 176 171 -
CMYK 0.09 0 0.03 0.31
HSL 160º 0.09% 0.66% -
HSV(B) 160º 0.09% 0.69% -
XYZ 37.57 41.57 44.57 -
YUV 170.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 161 176 171 0.09 0 0.03 0.31 160 0.09 0.66
Hex A1 B0 AB 9 0 3 1F A0 9 42
Octal 241 260 253 11 0 3 37 240 11 102
Binary 10100001 10110000 10101011 1001 0 11 11111 10100000 1001 1000010

Color Harmonies of #A1B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B0AB

Black with #A1B0AB

Text Example


Text Example

White with #A1B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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