Html Css Color HEX #A0ADAA Conch

📋 copy color: '#A0ADAA'

red 160 ◦ green 173 ◦ blue 170

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

Shades of Conch #A0ADAA

Tints of Conch #A0ADAA

RGB

 RED value IS 160 (62.89% from 255) = 31.81%

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

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 31.81%
G = 34.39%
B = 33.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#A0ADAA (or 0xA0ADAA) is known color: Conch. HEX triplet: A0, AD and AA. RGB value is (160,173,170). Sum of RGB (Red+Green+Blue) = 160+173+170=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAA is #5F5255. Grayscale: #A8A8A8. Windows color (decimal): -6246998 or 11185568. OLE color: 11185568.

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

Color convert

RGB 160 173 170 -
CMYK 0.08 0 0.02 0.32
HSL 166.15º 0.07% 0.65% -
HSV(B) 166.15º 0.08% 0.68% -
XYZ 36.7 40.26 43.87 -
YUV 168.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 160 173 170 0.08 0 0.02 0.32 166.15 0.07 0.65
Hex A0 AD AA 8 0 2 20 A6 7 41
Octal 240 255 252 10 0 2 40 246 7 101
Binary 10100000 10101101 10101010 1000 0 10 100000 10100110 111 1000001

Color Harmonies of #A0ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADAA

Black with #A0ADAA

Text Example


Text Example

White with #A0ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADAA; }

 p { color: rgb(160,173,170); }

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

background-color css

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

 a { background-color: rgb(160,173,170); }

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

border-color css

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

 span { border-color: rgb(160,173,170); }

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