#A1AFAB

Color #A1AFAB Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #A1AFAB

Tints of Conch #A1AFAB

Color information

#A1AFAB (or 0xA1AFAB) is unknown color: approx Conch. HEX triplet: A1, AF and AB. RGB value is (161,175,171). Sum of RGB (Red+Green+Blue) = 161+175+171=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAB is #5E5054. Grayscale: #AAAAAA. Windows color (decimal): -6180949 or 11251617. OLE color: 11251617.

HSL color Cylindrical-coordinate representation of color #A1AFAB: hue angle of 162.86º 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 #A1AFAB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB161175171-
CMYK0.0800.020.31
HSL162.86º8.05%65.88%-
HSV(B)162.86º8%68.63%-
XYZ37.3841.1844.51-
YUV170.36128.36121.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=31.76%
G=34.52%
B=33.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751710.0800.020.31162.868.0565.88
HexA1AFAB8021Fa3842
Octal24125725310023724310102
Binary1010000110101111101010111000010111111010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFAB; }

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

 H1.HeaderClassName
 {
   color: #A1AFAB;
 }
 .AnyTagClassName
 {
   color: #A1AFAB;
 }
</style>
background-color css

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

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

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

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

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

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