Html Css Color HEX #A7ADAC Conch

📋 copy color: '#A7ADAC'

red 167 ◦ green 173 ◦ blue 172

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

Shades of Conch #A7ADAC

Tints of Conch #A7ADAC

RGB

 RED value IS 167 (65.63% from 255) = 32.62%

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 32.62%
G = 33.79%
B = 33.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A7ADAC (or 0xA7ADAC) is known color: Conch. HEX triplet: A7, AD and AC. RGB value is (167,173,172). Sum of RGB (Red+Green+Blue) = 167+173+172=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADAC is #585253. Grayscale: #ABABAB. Windows color (decimal): -5788244 or 11316647. OLE color: 11316647.

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

Color convert

RGB 167 173 172 -
CMYK 0.03 0 0.01 0.32
HSL 170º 0.04% 0.67% -
HSV(B) 170º 0.03% 0.68% -
XYZ 38.33 41.08 44.94 -
YUV 171.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 167 173 172 0.03 0 0.01 0.32 170 0.04 0.67
Hex A7 AD AC 3 0 1 20 AA 4 43
Octal 247 255 254 3 0 1 40 252 4 103
Binary 10100111 10101101 10101100 11 0 1 100000 10101010 100 1000011

Color Harmonies of #A7ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7ADAC

Black with #A7ADAC

Text Example


Text Example

White with #A7ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7ADAC; }

 p { color: rgb(167,173,172); }

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

background-color css

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

 a { background-color: rgb(167,173,172); }

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

border-color css

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

 span { border-color: rgb(167,173,172); }

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