Html Css Color HEX #A4B8AB Skeptic

📋 copy color: '#A4B8AB'

red 164 ◦ green 184 ◦ blue 171

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

Shades of Skeptic #A4B8AB

Tints of Skeptic #A4B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.45%

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

R = 31.6%
G = 35.45%
B = 32.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A4B8AB (or 0xA4B8AB) is known color: Skeptic. HEX triplet: A4, B8 and AB. RGB value is (164,184,171). Sum of RGB (Red+Green+Blue) = 164+184+171=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8AB is #5B4754. Grayscale: #B0B0B0. Windows color (decimal): -5982037 or 11253924. OLE color: 11253924.

HSL color Cylindrical-coordinate representation of color #A4B8AB: hue angle of 141º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B8AB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 171 -
CMYK 0.11 0 0.07 0.28
HSL 141º 0.12% 0.68% -
HSV(B) 141º 0.11% 0.72% -
XYZ 39.8 45.11 45.14 -
YUV 176.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 164 184 171 0.11 0 0.07 0.28 141 0.12 0.68
Hex A4 B8 AB B 0 7 1C 8D C 44
Octal 244 270 253 13 0 7 34 215 14 104
Binary 10100100 10111000 10101011 1011 0 111 11100 10001101 1100 1000100

Color Harmonies of #A4B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B8AB

Black with #A4B8AB

Text Example


Text Example

White with #A4B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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