Html Css Color HEX #A1AFAD Conch

📋 copy color: '#A1AFAD'

red 161 ◦ green 175 ◦ blue 173

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

Shades of Conch #A1AFAD

Tints of Conch #A1AFAD

RGB

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

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

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

R = 31.63%
G = 34.38%
B = 33.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#A1AFAD (or 0xA1AFAD) is known color: Conch. HEX triplet: A1, AF and AD. RGB value is (161,175,173). Sum of RGB (Red+Green+Blue) = 161+175+173=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAD is #5E5052. Grayscale: #AAAAAA. Windows color (decimal): -6180947 or 11382689. OLE color: 11382689.

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

Color convert

RGB 161 175 173 -
CMYK 0.08 0 0.01 0.31
HSL 171.43º 0.08% 0.66% -
HSV(B) 171.43º 0.08% 0.69% -
XYZ 37.57 41.25 45.52 -
YUV 170.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 161 175 173 0.08 0 0.01 0.31 171.43 0.08 0.66
Hex A1 AF AD 8 0 1 1F AB 8 42
Octal 241 257 255 10 0 1 37 253 10 102
Binary 10100001 10101111 10101101 1000 0 1 11111 10101011 1000 1000010

Color Harmonies of #A1AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFAD

Black with #A1AFAD

Text Example


Text Example

White with #A1AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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