Html Css Color HEX #A0B0AB Skeptic

📋 copy color: '#A0B0AB'

red 160 ◦ green 176 ◦ blue 171

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

Shades of Skeptic #A0B0AB

Tints of Skeptic #A0B0AB

RGB

 RED value IS 160 (62.89% from 255) = 31.56%

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

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

R = 31.56%
G = 34.71%
B = 33.73%

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

#A0B0AB (or 0xA0B0AB) is known color: Skeptic. HEX triplet: A0, B0 and AB. RGB value is (160,176,171). Sum of RGB (Red+Green+Blue) = 160+176+171=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B0AB is #5F4F54. Grayscale: #AAAAAA. Windows color (decimal): -6246229 or 11251872. OLE color: 11251872.

HSL color Cylindrical-coordinate representation of color #A0B0AB: hue angle of 161.25º 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 #A0B0AB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

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

Color Harmonies of #A0B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0AB

Black with #A0B0AB

Text Example


Text Example

White with #A0B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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