Html Css Color HEX #A0B2AD Conch

📋 copy color: '#A0B2AD'

red 160 ◦ green 178 ◦ blue 173

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

Shades of Conch #A0B2AD

Tints of Conch #A0B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

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

R = 31.31%
G = 34.83%
B = 33.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#A0B2AD (or 0xA0B2AD) is known color: Conch. HEX triplet: A0, B2 and AD. RGB value is (160,178,173). Sum of RGB (Red+Green+Blue) = 160+178+173=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B2AD is #5F4D52. Grayscale: #ACACAC. Windows color (decimal): -6245715 or 11383456. OLE color: 11383456.

HSL color Cylindrical-coordinate representation of color #A0B2AD: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B2AD is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 173 -
CMYK 0.10 0 0.03 0.30
HSL 163.33º 0.1% 0.66% -
HSV(B) 163.33º 0.1% 0.7% -
XYZ 37.96 42.33 45.71 -
YUV 172.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 160 178 173 0.10 0 0.03 0.30 163.33 0.1 0.66
Hex A0 B2 AD A 0 3 1E A3 A 42
Octal 240 262 255 12 0 3 36 243 12 102
Binary 10100000 10110010 10101101 1010 0 11 11110 10100011 1010 1000010

Color Harmonies of #A0B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B2AD

Black with #A0B2AD

Text Example


Text Example

White with #A0B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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