Html Css Color HEX #A1BCAD Skeptic

📋 copy color: '#A1BCAD'

red 161 ◦ green 188 ◦ blue 173

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

Shades of Skeptic #A1BCAD

Tints of Skeptic #A1BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 30.84%
G = 36.02%
B = 33.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A1BCAD (or 0xA1BCAD) is known color: Skeptic. HEX triplet: A1, BC and AD. RGB value is (161,188,173). Sum of RGB (Red+Green+Blue) = 161+188+173=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCAD is #5E4352. Grayscale: #B2B2B2. Windows color (decimal): -6177619 or 11386017. OLE color: 11386017.

HSL color Cylindrical-coordinate representation of color #A1BCAD: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCAD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 173 -
CMYK 0.14 0 0.08 0.26
HSL 146.67º 0.17% 0.68% -
HSV(B) 146.67º 0.14% 0.74% -
XYZ 40.22 46.56 46.4 -
YUV 178.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 161 188 173 0.14 0 0.08 0.26 146.67 0.17 0.68
Hex A1 BC AD E 0 8 1A 93 11 44
Octal 241 274 255 16 0 10 32 223 21 104
Binary 10100001 10111100 10101101 1110 0 1000 11010 10010011 10001 1000100

Color Harmonies of #A1BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCAD

Black with #A1BCAD

Text Example


Text Example

White with #A1BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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