Html Css Color HEX #A3AFAD Conch

📋 copy color: '#A3AFAD'

red 163 ◦ green 175 ◦ blue 173

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

Shades of Conch #A3AFAD

Tints of Conch #A3AFAD

RGB

 RED value IS 163 (64.06% from 255) = 31.9%

 GREEN value IS 175 (68.75% from 255) = 34.25%

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

R = 31.9%
G = 34.25%
B = 33.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#A3AFAD (or 0xA3AFAD) is known color: Conch. HEX triplet: A3, AF and AD. RGB value is (163,175,173). Sum of RGB (Red+Green+Blue) = 163+175+173=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFAD is #5C5052. Grayscale: #ABABAB. Windows color (decimal): -6049875 or 11382691. OLE color: 11382691.

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

Color convert

RGB 163 175 173 -
CMYK 0.07 0 0.01 0.31
HSL 170º 0.07% 0.66% -
HSV(B) 170º 0.07% 0.69% -
XYZ 37.98 41.46 45.54 -
YUV 171.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 163 175 173 0.07 0 0.01 0.31 170 0.07 0.66
Hex A3 AF AD 7 0 1 1F AA 7 42
Octal 243 257 255 7 0 1 37 252 7 102
Binary 10100011 10101111 10101101 111 0 1 11111 10101010 111 1000010

Color Harmonies of #A3AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AFAD

Black with #A3AFAD

Text Example


Text Example

White with #A3AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AFAD; }

 p { color: rgb(163,175,173); }

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

background-color css

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

 a { background-color: rgb(163,175,173); }

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

border-color css

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

 span { border-color: rgb(163,175,173); }

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