#A3BBAF

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

Shades of Skeptic #A3BBAF

Tints of Skeptic #A3BBAF

Color information

#A3BBAF (or 0xA3BBAF) is unknown color: approx Skeptic. HEX triplet: A3, BB and AF. RGB value is (163,187,175). Sum of RGB (Red+Green+Blue) = 163+187+175=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBAF is #5C4450. Grayscale: #B2B2B2. Windows color (decimal): -6046801 or 11516835. OLE color: 11516835.

HSL color Cylindrical-coordinate representation of color #A3BBAF: hue angle of 150º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBAF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB163187175-
CMYK0.1300.060.27
HSL150º15%68.63%-
HSV(B)150º12.83%73.33%-
XYZ40.6146.4247.38-
YUV178.46126.05116.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=31.05%
G=35.62%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871750.1300.060.271501568.63
HexA3BBAFD061B96f45
Octal24327325715063322617105
Binary10100011101110111010111111010110110111001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBAF; }

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

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

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

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

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

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

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

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