Html Css Color HEX #A1ADAB Conch

📋 copy color: '#A1ADAB'

red 161 ◦ green 173 ◦ blue 171

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

Shades of Conch #A1ADAB

Tints of Conch #A1ADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 31.88%
G = 34.26%
B = 33.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A1ADAB (or 0xA1ADAB) is known color: Conch. HEX triplet: A1, AD and AB. RGB value is (161,173,171). Sum of RGB (Red+Green+Blue) = 161+173+171=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A1ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAB is #5E5254. Grayscale: #A9A9A9. Windows color (decimal): -6181461 or 11251105. OLE color: 11251105.

HSL color Cylindrical-coordinate representation of color #A1ADAB: hue angle of 170º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1ADAB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 171 -
CMYK 0.07 0 0.01 0.32
HSL 170º 0.07% 0.65% -
HSV(B) 170º 0.07% 0.68% -
XYZ 36.99 40.4 44.38 -
YUV 169.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 161 173 171 0.07 0 0.01 0.32 170 0.07 0.65
Hex A1 AD AB 7 0 1 20 AA 7 41
Octal 241 255 253 7 0 1 40 252 7 101
Binary 10100001 10101101 10101011 111 0 1 100000 10101010 111 1000001

Color Harmonies of #A1ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADAB

Black with #A1ADAB

Text Example


Text Example

White with #A1ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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