Html Css Color HEX #A1B4AB Skeptic

📋 copy color: '#A1B4AB'

red 161 ◦ green 180 ◦ blue 171

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

Shades of Skeptic #A1B4AB

Tints of Skeptic #A1B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 31.45%
G = 35.16%
B = 33.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#A1B4AB (or 0xA1B4AB) is known color: Skeptic. HEX triplet: A1, B4 and AB. RGB value is (161,180,171). Sum of RGB (Red+Green+Blue) = 161+180+171=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4AB is #5E4B54. Grayscale: #ADADAD. Windows color (decimal): -6179669 or 11252897. OLE color: 11252897.

HSL color Cylindrical-coordinate representation of color #A1B4AB: hue angle of 151.58º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B4AB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 171 -
CMYK 0.11 0 0.05 0.29
HSL 151.58º 0.11% 0.67% -
HSV(B) 151.58º 0.11% 0.71% -
XYZ 38.37 43.16 44.84 -
YUV 173.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 161 180 171 0.11 0 0.05 0.29 151.58 0.11 0.67
Hex A1 B4 AB B 0 5 1D 98 B 43
Octal 241 264 253 13 0 5 35 230 13 103
Binary 10100001 10110100 10101011 1011 0 101 11101 10011000 1011 1000011

Color Harmonies of #A1B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4AB

Black with #A1B4AB

Text Example


Text Example

White with #A1B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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