Html Css Color HEX #A4B1AB Skeptic

📋 copy color: '#A4B1AB'

red 164 ◦ green 177 ◦ blue 171

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

Shades of Skeptic #A4B1AB

Tints of Skeptic #A4B1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

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

R = 32.03%
G = 34.57%
B = 33.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#A4B1AB (or 0xA4B1AB) is known color: Skeptic. HEX triplet: A4, B1 and AB. RGB value is (164,177,171). Sum of RGB (Red+Green+Blue) = 164+177+171=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B1AB is #5B4E54. Grayscale: #ACACAC. Windows color (decimal): -5983829 or 11252132. OLE color: 11252132.

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

Color convert

RGB 164 177 171 -
CMYK 0.07 0 0.03 0.31
HSL 152.31º 0.08% 0.67% -
HSV(B) 152.31º 0.07% 0.69% -
XYZ 38.38 42.28 44.67 -
YUV 172.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 164 177 171 0.07 0 0.03 0.31 152.31 0.08 0.67
Hex A4 B1 AB 7 0 3 1F 98 8 43
Octal 244 261 253 7 0 3 37 230 10 103
Binary 10100100 10110001 10101011 111 0 11 11111 10011000 1000 1000011

Color Harmonies of #A4B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B1AB

Black with #A4B1AB

Text Example


Text Example

White with #A4B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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