Html Css Color HEX #A1BFAD Skeptic

📋 copy color: '#A1BFAD'

red 161 ◦ green 191 ◦ blue 173

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

Shades of Skeptic #A1BFAD

Tints of Skeptic #A1BFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 30.67%
G = 36.38%
B = 32.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A1BFAD (or 0xA1BFAD) is known color: Skeptic. HEX triplet: A1, BF and AD. RGB value is (161,191,173). Sum of RGB (Red+Green+Blue) = 161+191+173=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFAD is #5E4052. Grayscale: #B4B4B4. Windows color (decimal): -6176851 or 11386785. OLE color: 11386785.

HSL color Cylindrical-coordinate representation of color #A1BFAD: hue angle of 144º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFAD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 173 -
CMYK 0.16 0 0.09 0.25
HSL 144º 0.19% 0.69% -
HSV(B) 144º 0.16% 0.75% -
XYZ 40.87 47.86 46.62 -
YUV 179.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 161 191 173 0.16 0 0.09 0.25 144 0.19 0.69
Hex A1 BF AD 10 0 9 19 90 13 45
Octal 241 277 255 20 0 11 31 220 23 105
Binary 10100001 10111111 10101101 10000 0 1001 11001 10010000 10011 1000101

Color Harmonies of #A1BFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFAD

Black with #A1BFAD

Text Example


Text Example

White with #A1BFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFAD; }

 p { color: rgb(161,191,173); }

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

background-color css

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

 a { background-color: rgb(161,191,173); }

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

border-color css

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

 span { border-color: rgb(161,191,173); }

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