Html Css Color HEX #A1B1AD Conch

📋 copy color: '#A1B1AD'

red 161 ◦ green 177 ◦ blue 173

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

Shades of Conch #A1B1AD

Tints of Conch #A1B1AD

RGB

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

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

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

R = 31.51%
G = 34.64%
B = 33.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A1B1AD (or 0xA1B1AD) is known color: Conch. HEX triplet: A1, B1 and AD. RGB value is (161,177,173). Sum of RGB (Red+Green+Blue) = 161+177+173=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B1AD is #5E4E52. Grayscale: #ABABAB. Windows color (decimal): -6180435 or 11383201. OLE color: 11383201.

HSL color Cylindrical-coordinate representation of color #A1B1AD: hue angle of 165º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1B1AD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 177 173 -
CMYK 0.09 0 0.02 0.31
HSL 165º 0.09% 0.66% -
HSV(B) 165º 0.09% 0.69% -
XYZ 37.96 42.04 45.65 -
YUV 171.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 161 177 173 0.09 0 0.02 0.31 165 0.09 0.66
Hex A1 B1 AD 9 0 2 1F A5 9 42
Octal 241 261 255 11 0 2 37 245 11 102
Binary 10100001 10110001 10101101 1001 0 10 11111 10100101 1001 1000010

Color Harmonies of #A1B1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B1AD

Black with #A1B1AD

Text Example


Text Example

White with #A1B1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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