Html Css Color HEX #A4B9AB Skeptic

📋 copy color: '#A4B9AB'

red 164 ◦ green 185 ◦ blue 171

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

Shades of Skeptic #A4B9AB

Tints of Skeptic #A4B9AB

RGB

 RED value IS 164 (64.45% from 255) = 31.54%

 GREEN value IS 185 (72.66% from 255) = 35.58%

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

R = 31.54%
G = 35.58%
B = 32.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A4B9AB (or 0xA4B9AB) is known color: Skeptic. HEX triplet: A4, B9 and AB. RGB value is (164,185,171). Sum of RGB (Red+Green+Blue) = 164+185+171=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9AB is #5B4654. Grayscale: #B1B1B1. Windows color (decimal): -5981781 or 11254180. OLE color: 11254180.

HSL color Cylindrical-coordinate representation of color #A4B9AB: hue angle of 140º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B9AB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 185 171 -
CMYK 0.11 0 0.08 0.27
HSL 140º 0.13% 0.68% -
HSV(B) 140º 0.11% 0.73% -
XYZ 40.01 45.53 45.21 -
YUV 177.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 164 185 171 0.11 0 0.08 0.27 140 0.13 0.68
Hex A4 B9 AB B 0 8 1B 8C D 44
Octal 244 271 253 13 0 10 33 214 15 104
Binary 10100100 10111001 10101011 1011 0 1000 11011 10001100 1101 1000100

Color Harmonies of #A4B9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B9AB

Black with #A4B9AB

Text Example


Text Example

White with #A4B9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B9AB; }

 p { color: rgb(164,185,171); }

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

background-color css

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

 a { background-color: rgb(164,185,171); }

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

border-color css

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

 span { border-color: rgb(164,185,171); }

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